mirror of https://github.com/zulip/zulip.git
search help: Fix incorrectly using "email" as the example email address.
Fixes part of #22866.
This commit is contained in:
parent
f8454fe584
commit
2151ef3a8f
|
@ -166,7 +166,7 @@
|
|||
<z-keyword>keyword</z-keyword>
|
||||
</z-operator>
|
||||
<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
|
||||
the keyword <z-keyword>keyword</z-keyword>.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue