Skip to content

Commit d5cf927

Browse files
authored
Update en_US/access-control/authz/authz.md
1 parent 114e3b7 commit d5cf927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en_US/access-control/authz/authz.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To avoid placeholder interpolation, starting from EMQX 5.4, you can escape `$` a
108108

109109
If you use the `eq` syntax in query statements, note that the topic following `eq` does not support placeholder interpolation. This behavior can change in future versions.
110110

111-
`eq` syntax is to match exactly a topic filter, but not any topic that matches the filter. For example, `eq t/#` matches `t/#`, not `t/1` or `t/2`.
111+
The `eq` syntax is to match exactly a topic filter, but not any topic that matches the filter. For example, `eq t/#` matches `t/#`, not `t/1` or `t/2`.
112112

113113
:::
114114

0 commit comments

Comments
 (0)