mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix extra words.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
77960ecbd8
commit
a45067b3ef
|
|
@ -444,7 +444,7 @@ Definition:
|
|||
|
||||
**`.m.rule.contains_display_name`**
|
||||
|
||||
Matches any message whose content is contains the user's current display name
|
||||
Matches any message whose content contains the user's current display name
|
||||
in the room in which it was sent.
|
||||
|
||||
Definition:
|
||||
|
|
@ -572,7 +572,7 @@ Definition:
|
|||
|
||||
**`.m.rule.contains_user_name`**
|
||||
|
||||
Matches any message whose content is contains the local part of the user's
|
||||
Matches any message whose content contains the local part of the user's
|
||||
Matrix ID, separated by word boundaries.
|
||||
|
||||
Definition (as a `content` rule):
|
||||
|
|
|
|||
Loading…
Reference in a new issue