Skip to content

Commit

Permalink
docs: Update httpclient.md (eggjs#3276)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrls authored and popomore committed Dec 4, 2018
1 parent 64e88ab commit 6f4e912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/core/httpclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ app.httpclient.on('response', result => {

## Example

Full examples can be found on [eggjs/exmaples/httpclient](https://github.com/eggjs/examples/blob/master/httpclient) .
Full examples can be found on [eggjs/examples/httpclient](https://github.com/eggjs/examples/blob/master/httpclient) .

[urllib]: https://github.com/node-modules/urllib
[HttpClient]: https://github.com/eggjs/egg/blob/master/lib/core/httpclient.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 @@ -783,7 +783,7 @@ app.httpclient.on('response', result => {

## 示例代码

完整示例代码可以在 [eggjs/exmaples/httpclient](https://github.com/eggjs/examples/blob/master/httpclient) 找到。
完整示例代码可以在 [eggjs/examples/httpclient](https://github.com/eggjs/examples/blob/master/httpclient) 找到。

[urllib]: https://github.com/node-modules/urllib
[HttpClient]: https://github.com/eggjs/egg/blob/master/lib/core/httpclient.js
Expand Down

0 comments on commit 6f4e912

Please sign in to comment.