浏览代码

chore: update changes/ce/fix-10172.en.md

Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
JianBo He 2 年之前
父节点
当前提交
db97b36cd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      changes/ce/fix-10172.en.md

+ 1 - 1
changes/ce/fix-10172.en.md

@@ -5,5 +5,5 @@ Fix the incorrect default ACL rule, which was:
 
 
 However, it should use `{re, "^dashboard$"}` to perform a regular expression match:
 However, it should use `{re, "^dashboard$"}` to perform a regular expression match:
 ```
 ```
-{allow, {username, {re,"^dashboard$"}}, subscribe ,["$SYS/#"]}.
+{allow, {username, {re,"^dashboard$"}}, subscribe, ["$SYS/#"]}.
 ```
 ```