Bladeren bron

Docs fixes.

Maciej Bukowski 7 jaren geleden
bovenliggende
commit
e0c3eb2c9a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/framework/guides/quick-start.md

+ 1 - 1
docs/framework/guides/quick-start.md

@@ -165,7 +165,7 @@ You can now run webpack to build the application. To do that, call the `webpack`
 </info-box>
 
 <info-box>
-	Use `--mode production` if you want to build the minified and optimized application.
+	Use `--mode production` if you want to build a minified and optimized application. See more at https://webpack.js.org/concepts/mode/.
 </info-box>
 
 If everything worked correctly, you should see: