We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b636f3 commit 6be0d0aCopy full SHA for 6be0d0a
lib/ex_css_modules/ex_css_modules.ex
@@ -47,7 +47,7 @@ defmodule ExCSSModules do
47
end
48
49
@doc """
50
- Returns the class name from the definition map is value is true.
+ Returns the class name from the definition map if value is true.
51
52
## Examples
53
iex> class_name(%{"hello" => "world"}, "hello", true)
@@ -63,7 +63,7 @@ defmodule ExCSSModules do
63
64
65
66
- Returns the class name from the definition map is the second argument
+ Returns the class name from the definition map if the second argument
67
in the tuple is true.
68
69
0 commit comments