From 66d2d82062c6b30adf5ec2a17e8483e393e0d7a8 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Fri, 30 Jul 2021 09:08:22 +0100 Subject: [PATCH] Fix typo in docs (#4197) --- 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 5b3c5f67472..9ed9edfb276 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -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