search help: Fix incorrectly using "email" as the example email address.

Fixes part of #22866.
This commit is contained in:
Het Patel 2022-09-08 23:36:32 +05:30 committed by GitHub
parent f8454fe584
commit 2151ef3a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
<z-keyword>keyword</z-keyword> <z-keyword>keyword</z-keyword>
</z-operator> </z-operator>
<p> <p>
That query would search for messages sent by <z-email>email</z-email> to That query would search for messages sent by <z-email>user@example.com</z-email> to
stream <z-stream>streamname</z-stream> containing stream <z-stream>streamname</z-stream> containing
the keyword <z-keyword>keyword</z-keyword>. the keyword <z-keyword>keyword</z-keyword>.
</p> </p>