Skip to content

Commit d9fa9da

Browse files
Merge pull request webpack#123 from dear-lizhihua/cn
fix
2 parents bb17486 + 7205ade commit d9fa9da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/configuration/entry-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ entry 对象是用于 webpack 查找启动并构建 bundle。其上下文是入
1919
context: path.resolve(__dirname, "app")
2020
```
2121

22-
默认使用当前目录,但是推荐在配置中传递一个值。这使得你的配置独立于 CWD。(译者注:这个?[CWD](https://nodejs.org/docs/latest/api/process.html#process_process_cwd)
22+
默认使用当前目录,但是推荐在配置中传递一个值。这使得你的配置独立于 CWD。(译者注:current working directory
2323

2424
---
2525

content/configuration/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ performance: {
9494
}
9595
```
9696

97-
以上示例将只给你基于 `.js` 文件的性能提示。
97+
以上示例将只给出 `.js` 文件的性能提示。
9898

9999
***
100100

content/development/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: Development
33
---
44

5-
These guides cover what you need to know in order to develop webpack. WIP!
5+
这些指南涵盖了开发 webpack 所需要了解的内容。内容还在制作中!

0 commit comments

Comments
 (0)