Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Aug 2, 2024
1 parent 4648ba9 commit e048871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/credo/check/config_comment.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Credo.Check.ConfigComment do
@moduledoc """
`ConfigComment` structs represent comments which follow control Credo's behaviour.
`ConfigComment` structs represent comments which control Credo's behaviour.
The following comments are supported:
Expand Down
2 changes: 1 addition & 1 deletion lib/credo/check/warning/mix_env.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule Credo.Check.Warning.MixEnv do
defp issue_for(issue_meta, meta) do
format_issue(
issue_meta,
message: "There should be no calls to Mix.env in application code.",
message: "There should be no calls to `Mix.env` in application code.",
trigger: "Mix.env",
line_no: meta[:line],
column: meta[:column]
Expand Down

0 comments on commit e048871

Please sign in to comment.