Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Aug 22, 2023
1 parent 78cde3e commit 898aec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/configuration/config_file.md
Expand Up @@ -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, []},
]
}
Expand Down

0 comments on commit 898aec0

Please sign in to comment.