Skip to content

Commit

Permalink
Fix typo in docs (#4197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Jul 30, 2021
1 parent 97759be commit 66d2d82
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 @@ -639,7 +639,7 @@ Keep in mind that for Rollup, `import * as ext_namespace from 'external'; consol

There are some additional options that have an effect on the generated interop code:

- Setting [`output.exernalLiveBindings`](guide/en/#outputexternallivebindings) to `false` will generate simplified namespace helpers as well as simplified code for extracted default imports.
- Setting [`output.externalLiveBindings`](guide/en/#outputexternallivebindings) to `false` will generate simplified namespace helpers as well as simplified code for extracted default imports.
- Setting [`output.freeze`](guide/en/#outputfreeze) to `false` will prevent generated interop namespace objects from being frozen.

#### output.intro/output.outro
Expand Down

0 comments on commit 66d2d82

Please sign in to comment.