Skip to content

Commit ea8db36

Browse files
authored
Fix typo, varient -> variant (#59)
Found via `codespell -H`
1 parent 34949ca commit ea8db36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tailwind_formatter_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule TailwindFormatterTest do
114114
assert_formatter_output(input, expected)
115115
end
116116

117-
test "dynamic varient classes" do
117+
test "dynamic variant classes" do
118118
input = ~S"""
119119
<a id="testing" class={" text-sm potato sm:lowercase lg:grid-cols-#{@test} uppercase"}
120120
href="#"></a>

0 commit comments

Comments
 (0)