浏览代码

Docs fixes.

Maciej Bukowski 7 年之前
父节点
当前提交
e0c3eb2c9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: