From ea023bb70bb103544a0d2869dc5e9bfedae58d6b Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Tue, 3 May 2022 16:58:37 -0400 Subject: [PATCH] Fix a typo (#107) --- examples/ignore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ignore.js b/examples/ignore.js index a05be6b..6abfbfc 100644 --- a/examples/ignore.js +++ b/examples/ignore.js @@ -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