From 898aec0ac992154cf8cce742011acd8266c68b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Tue, 22 Aug 2023 02:21:50 +0200 Subject: [PATCH] Fix typo in docs --- guides/configuration/config_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/configuration/config_file.md b/guides/configuration/config_file.md index 823863975..10a3508c8 100644 --- a/guides/configuration/config_file.md +++ b/guides/configuration/config_file.md @@ -115,7 +115,7 @@ Enables *only* the given checks. This is an easy way to pin a project's checks. name: "default", checks: %{ enabled: [ - # this means that `TabsOrSpaces` will not run + # this means that only `TabsOrSpaces` will run {Credo.Check.Consistency.TabsOrSpaces, []}, ] }