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

Commit 0331083

Browse files
AlexanderLukinjuleskremer
authored andcommitted
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.
1 parent 82d373d commit 0331083

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
@@ -345,7 +345,7 @@ a(id="development-configuration")
345345

346346
Although you tell Webpack to put output bundles in the `dist` folder,
347347
the dev server keeps all bundles in memory; it doesn't write them to disk.
348-
You won't find any files in the `dist` folder (at least not any generated from `this development build`).
348+
You won't find any files in the `dist` folder (at least not any generated from *this development build*).
349349

350350

351351
The `HtmlWebpackPlugin` (added in `webpack.common.js`) use the *publicPath* and the *filename* settings to generate

0 commit comments

Comments
 (0)