Correct a small typo in the push rules spec (#1465

pull/1424/head^2
Andrew Morgan 1 year ago committed by GitHub
parent 53d7de2376
commit 35f5439e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save