Skip to content

Commit

Permalink
Merge pull request #1118 from StandardMikeBenza/fix-preceding
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Mar 15, 2024
2 parents ae78bd8 + 82498fa commit f24e925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/configuration/config_comments.md
Expand Up @@ -107,7 +107,7 @@ end

## `credo:disable-for-lines:<count>`

This config comment can be used to disable Credo for the preceding line of source code:
This config comment can be used to disable Credo for the following `<count>` lines of source code:

```elixir
# credo:disable-for-lines:3
Expand Down

0 comments on commit f24e925

Please sign in to comment.