diff --git a/public/docs/ts/latest/guide/webpack.jade b/public/docs/ts/latest/guide/webpack.jade index 915be8427b..c263dbd347 100644 --- a/public/docs/ts/latest/guide/webpack.jade +++ b/public/docs/ts/latest/guide/webpack.jade @@ -127,7 +127,7 @@ a(id="entries-outputs") This `app.js` output bundle is a single JavaScript file that contains our application source and its dependencies. We'll load it later with a <script> tag in our index.html. - 这个`app.js`输出包儿是个单一的JavaScript文件,它包含我们程序的源码以及它的所有依赖。 + 这个`app.js`输出包儿是个单一的JavaScript文件,它包含程序的源码及其所有依赖。 后面我们将在`index.html`中用`