Skip to content

Commit f56b807

Browse files
authored
docs: fix comment (#708)
1 parent 7855ad3 commit f56b807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/guide/test-rule.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The configuration file should be located at a directory that looks like this.
4040
```bash{3,5}
4141
my-awesome-rules/
4242
|- rules/
43-
| |- no-await-in-loop.yml # test file
43+
| |- no-await-in-loop.yml # rule file
4444
|- rule-tests/
45-
| |- no-await-in-loop-test.yml # rule file
45+
| |- no-await-in-loop-test.yml # test file
4646
|- sgconfig.yml
4747
```
4848

0 commit comments

Comments
 (0)