From 403328b524abcfc64458214e74cdca5a1213e0d1 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Mon, 22 Feb 2021 21:41:03 -0800 Subject: [PATCH] Remove extra word (#3964) * Remove extra word Fixes #3963 * Update docs/999-big-list-of-options.md Co-authored-by: Lukas Taegert-Atkinson --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index a8aa3408043..d88fac6d593 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -35,7 +35,7 @@ When given as a command line argument, it should be a comma-separated list of ID rollup -i src/main.js ... -e foo,bar,baz ``` -When providing a function, it is actually called with three parameters `(id, parent, isResolved)` that can give you more fine-grained control: +When providing a function, it is called with three parameters `(id, parent, isResolved)` that can give you more fine-grained control: * `id` is the id of the module in question * `parent` is the id of the module doing the import