From 661c9cadb9928125308f0650e7b9cc1e0b9ee3f1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 11 Oct 2020 12:13:43 -0700 Subject: [PATCH] chore: Fix typo in comment (#318) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index b82b102c..82288087 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ function inferOption(option, defaultValue) { } /** - * Recursivly get the correct import order from rollup + * Recursively get the correct import order from rollup * We only process a file once * * @param {string} id