From 47b2125072079b53190de6abcd7f33cd95144789 Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Wed, 17 Feb 2021 11:54:51 -0800 Subject: [PATCH 1/2] Remove extra word Fixes #3963 --- 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..772af16dd26 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's 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 From cbcee2efbbe58efc707626b42b5109e49779c3eb Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Tue, 23 Feb 2021 06:25:11 +0100 Subject: [PATCH 2/2] Update docs/999-big-list-of-options.md --- 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 772af16dd26..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's 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