From 53e00f8d0b3dea74287839dde8741139cd43c1cc Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 18 Mar 2025 09:53:43 +0100 Subject: [PATCH] docs: fix comment --- website/guide/test-rule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/guide/test-rule.md b/website/guide/test-rule.md index 26fddd89..613947ba 100644 --- a/website/guide/test-rule.md +++ b/website/guide/test-rule.md @@ -40,9 +40,9 @@ The configuration file should be located at a directory that looks like this. ```bash{3,5} my-awesome-rules/ |- rules/ - | |- no-await-in-loop.yml # test file + | |- no-await-in-loop.yml # rule file |- rule-tests/ - | |- no-await-in-loop-test.yml # rule file + | |- no-await-in-loop-test.yml # test file |- sgconfig.yml ```