Skip to content

Commit e048871

Browse files
committed
Fix typos
1 parent 4648ba9 commit e048871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/credo/check/config_comment.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Credo.Check.ConfigComment do
22
@moduledoc """
3-
`ConfigComment` structs represent comments which follow control Credo's behaviour.
3+
`ConfigComment` structs represent comments which control Credo's behaviour.
44
55
The following comments are supported:
66

lib/credo/check/warning/mix_env.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ defmodule Credo.Check.Warning.MixEnv do
8484
defp issue_for(issue_meta, meta) do
8585
format_issue(
8686
issue_meta,
87-
message: "There should be no calls to Mix.env in application code.",
87+
message: "There should be no calls to `Mix.env` in application code.",
8888
trigger: "Mix.env",
8989
line_no: meta[:line],
9090
column: meta[:column]

0 commit comments

Comments
 (0)