Skip to content

Commit

Permalink
docs: Wrong words are corrected (#3418)
Browse files Browse the repository at this point in the history
There are some typo errors in `docs/source/en/basics/plugin.md`, `docs/source/zh-cn/basics/plugin.md` and `docs/source/zh-cn/core/httpclient.md`. So fix them together.
  • Loading branch information
wb121017405 authored and Maledong committed Jan 21, 2019
1 parent 20d56c7 commit 7176800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/basics/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ exports.dev = {

In this way, `npm i --production` in the production environment does not need to download the`egg-dev` package.

** Note: **
**Note:**

* `plugin.default.js` does not exists. Use `local` for dev environments.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/basics/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports.dev = {

这样在生产环境可以 `npm i --production` 不需要下载 `egg-dev` 的包了。

**注意: **
**注意:**
- 不存在 `plugin.default.js`
- **只能在应用层使用,在框架层请勿使用。**

Expand Down
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ $ http_proxy=http://127.0.0.1:8888 npm run dev
## 全局 `request``response` 事件

在企业应用场景,常常会有统一 tracer 日志的需求。
为了方便在 app 层面统一监听 HttpClient 的请求和响应,我们约定了全局 `request``response` 事件来暴露这两个时机
为了方便在 app 层面统一监听 HttpClient 的请求和响应,我们约定了全局 `request``response` 来暴露这两个事件

```bash
init options
Expand Down

0 comments on commit 7176800

Please sign in to comment.