diff --git a/guides/configuration/config_comments.md b/guides/configuration/config_comments.md index b4a2c9101..d448c470f 100644 --- a/guides/configuration/config_comments.md +++ b/guides/configuration/config_comments.md @@ -107,7 +107,7 @@ end ## `credo:disable-for-lines:` -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 `` lines of source code: ```elixir # credo:disable-for-lines:3