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

Commit feec37b

Browse files
ramzysawardbell
authored andcommitted
docs(webpack): fix a typo in the dev guide
closes #1431
1 parent efbe3bb commit feec37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ a(id="development-configuration")
303303
The `HtmlWebpackPlugin` (added in `webpack.common.js`) use the *publicPath* and the *filename* settings to generate
304304
appropriate <script> and <link> tags into the `index.html`.
305305

306-
Our CSS are buried inside our Javascript bundles by deault. The `ExtractTextPlugin` extracts them into
306+
Our CSS are buried inside our Javascript bundles by default. The `ExtractTextPlugin` extracts them into
307307
external `.css` files that the `HtmlWebpackPlugin` inscribes as <link> tags into the `index.html`.
308308

309309
Refer to the Webpack documentation for details on these and other configuation options in this file

0 commit comments

Comments
 (0)