Skip to content

Commit 4d43d2c

Browse files
authored
docs(output): fix typo (#3859)
1 parent 8ec4a17 commit 4d43d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@ W> Note that if an `array` is provided as an `entry` point, only the last module
553553

554554
T> Read the [authoring libraries guide](/guides/author-libraries/) guide for more information on `output.library` as well as `output.libraryTarget`.
555555

556-
## ouput.scriptType
556+
## output.scriptType
557557

558558
`string: 'module' | 'text/javascript'` `boolean = false`
559559

560560
This option allows loading asynchronous chunks with a custom script type, such as `<script type="module" ...>`.
561561

562-
T> If [`output.module`](#outputmodule) is set to `true`, `ouput.scriptType` will default to `'module'` instead of `false`.
562+
T> If [`output.module`](#outputmodule) is set to `true`, `output.scriptType` will default to `'module'` instead of `false`.
563563

564564
```javascript
565565
module.exports = {

0 commit comments

Comments
 (0)