Skip to content

Commit a4472c2

Browse files
author
matt
committed
- correct grammar in libraryTarget documentation
1 parent 28aa7a8 commit a4472c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/configuration/output.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- sokra
66
- skipjack
77
- tomasAlabes
8+
- mattce
89
---
910

1011
The top-level `output` key contains set of options instructing webpack on how and where it should output your bundles, assets and anything else you bundle or load with webpack.
@@ -369,7 +370,7 @@ And finally the output is:
369370
Module proof library.
370371

371372

372-
`libraryTarget: "assign"` - Here webpack will blindly generates an implied global.
373+
`libraryTarget: "assign"` - Here webpack will blindly generate an implied global.
373374

374375
```javascript
375376
MyLibrary = _entry_return_;

0 commit comments

Comments
 (0)