Skip to content

Commit 6be0d0a

Browse files
committed
Small typo
1 parent 0b636f3 commit 6be0d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ex_css_modules/ex_css_modules.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule ExCSSModules do
4747
end
4848

4949
@doc """
50-
Returns the class name from the definition map is value is true.
50+
Returns the class name from the definition map if value is true.
5151
5252
## Examples
5353
iex> class_name(%{"hello" => "world"}, "hello", true)
@@ -63,7 +63,7 @@ defmodule ExCSSModules do
6363
end
6464

6565
@doc """
66-
Returns the class name from the definition map is the second argument
66+
Returns the class name from the definition map if the second argument
6767
in the tuple is true.
6868
6969
## Examples

0 commit comments

Comments
 (0)