Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit aa65f0c

Browse files
escardinwardbell
authored andcommitted
docs(webpack) missing word
1 parent 81a87c2 commit aa65f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/webpack.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ a(id="commons-chunk-plugin")
256256

257257
We want the `app.js` bundle to contain only app code and the `vendor.js` bundle to contain only the vendor code.
258258

259-
Our application code `imports` vendor code. Webpack is not smart to keep the vendor code out of the `app.js` bundle.
259+
Our application code `imports` vendor code. Webpack is not smart enough to keep the vendor code out of the `app.js` bundle.
260260
We rely on the `CommonsChunkPlugin` to do that job.
261261
.l-sub-section
262262
:marked

0 commit comments

Comments
 (0)