Skip to content

Commit 94e2d19

Browse files
authored
Merge pull request #657 from bjacobel/output-md-typo
Fix small typo
2 parents d0c4e57 + 9650bfa commit 94e2d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ _Wondering the difference between CommonJS and CommonJS2? Check [this](https://g
276276

277277
`libraryTarget: "amd"` - In this case webpack will make your library an AMD module.
278278

279-
But there is a very important pre-requisite, your entry chunk must be defined with the define property, if not, webpack wil create the AMD module, but without dependencies.
279+
But there is a very important pre-requisite, your entry chunk must be defined with the define property, if not, webpack will create the AMD module, but without dependencies.
280280
The output will be something like this:
281281

282282
```javascript

0 commit comments

Comments
 (0)