From 033108342d53311ee7cdaf745014246e6d6e77f4 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Thu, 9 Mar 2017 08:23:05 +0300 Subject: [PATCH] docs(webpack): Typo: Change text format from monospaced to italic (#3338) As the monospaced format is used for file names and code snippets everywhere in the documentation, in this place italic format would be better for my mind. --- public/docs/ts/latest/guide/webpack.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/webpack.jade b/public/docs/ts/latest/guide/webpack.jade index 262b5e8a1a..03a4ee1893 100644 --- a/public/docs/ts/latest/guide/webpack.jade +++ b/public/docs/ts/latest/guide/webpack.jade @@ -345,7 +345,7 @@ a(id="development-configuration") Although you tell Webpack to put output bundles in the `dist` folder, the dev server keeps all bundles in memory; it doesn't write them to disk. - You won't find any files in the `dist` folder (at least not any generated from `this development build`). + You won't find any files in the `dist` folder (at least not any generated from *this development build*). The `HtmlWebpackPlugin` (added in `webpack.common.js`) use the *publicPath* and the *filename* settings to generate