Skip to content

Commit

Permalink
* FIX [docs] doc fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann0222 <yukang.wei@emqx.io>
  • Loading branch information
StargazerWayne committed Aug 10, 2023
1 parent d6433b4 commit edd60b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en_US/rule/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ rule.sqlite.event.publish.1.sql=SELECT topic, payload FROM "abc"
sqlite> .header on
sqlite> .table
broker
sqlite> select * from broker1;
sqlite> select * from broker;
RowId|Topic|Payload
1|abc|aaa
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/rule/config-rule-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Enter ".help" for usage hints.
sqlite> .header on
sqlite> .table
broker
sqlite> select * from broker1;
sqlite> select * from broker;
RowId|Topic|Payload
1|abc|aaa
```
Expand Down

0 comments on commit edd60b7

Please sign in to comment.