From ed81b5edb8773256b3f799562482b663e7fe55ce Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:09:32 -0700 Subject: [PATCH] Fix typo in comment --- 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