Skip to content

Commit

Permalink
Fix a typo (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed May 3, 2022
1 parent e0b3e26 commit ea023bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ignore.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import c from "c";

separator();

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

0 comments on commit ea023bb

Please sign in to comment.