Skip to content

Commit

Permalink
Remove extra word (#3964)
Browse files Browse the repository at this point in the history
* Remove extra word

Fixes #3963

* Update docs/999-big-list-of-options.md

Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
jamonholmgren and lukastaegert committed Feb 23, 2021
1 parent a14cbb1 commit 403328b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/999-big-list-of-options.md
Expand Up @@ -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
Expand Down

0 comments on commit 403328b

Please sign in to comment.