We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b3e26 commit ea023bbCopy full SHA for ea023bb
examples/ignore.js
@@ -20,7 +20,7 @@ import c from "c";
20
21
separator();
22
23
-// 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
24
// side effects _and_ you need it to run before other things, but don’t want to
25
// disable sorting altogether, there’s a workaround. Import it twice – once for
26
// side effects, once for the thing you want to import from it. You might need
0 commit comments