Correct a small typo in the push rules spec (#1465
This commit is contained in:
parent
53d7de2376
commit
35f5439e00
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
Fix various typos throughout the specification.
|
|
@ -249,7 +249,7 @@ Other `topic` values which will match are:
|
|||
|
||||
* `"LUNCH"` (case-insensitive; `*` may match zero characters)
|
||||
|
||||
The following `membership` values will NOT match:
|
||||
The following `topic` values will NOT match:
|
||||
* `" lunch"` (note leading space)
|
||||
* `"lunc"` (`?` must match a character)
|
||||
* `null` (not a string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue