From 82498fa7f582294b0482da61ebe97d577e4f6363 Mon Sep 17 00:00:00 2001 From: Mike Benza Date: Fri, 15 Mar 2024 10:29:51 -0500 Subject: [PATCH] Fix comment regarding how `credo:disable-for-lines` works --- guides/configuration/config_comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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