Skip to content

Commit ea023bb

Browse files
authored
Fix a typo (#107)
1 parent e0b3e26 commit ea023bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ignore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import c from "c";
2020

2121
separator();
2222

23-
// If you lant to both import something from a module _and_ import it for its
23+
// If you want to both import something from a module _and_ import it for its
2424
// side effects _and_ you need it to run before other things, but don’t want to
2525
// disable sorting altogether, there’s a workaround. Import it twice – once for
2626
// side effects, once for the thing you want to import from it. You might need

0 commit comments

Comments
 (0)