Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix some typo #597

Merged
merged 4 commits into from
Mar 20, 2017
Merged

docs: fix some typo #597

merged 4 commits into from
Mar 20, 2017

Conversation

kylezhang
Copy link
Contributor

  • 关于ms库参数解释错误的修改:ms(1m) => 设置一分钟过期时间
Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

`docs/source/zh-cn/core/httpclient.md`:HttpClient 默认全局配置,笔误修改多余的`POST => PUT`
`docs/source/zh-cn/core/unittest.md`:漏了 `过`
@mention-bot
Copy link

@kylezhang, thanks for your PR! By analyzing the history of the files in this pull request, we identified @huacnlee, @fengmk2 and @jtyjty99999 to be potential reviewers.

@atian25 atian25 changed the title 文档:ms库参数解释错误的修改 docs: fix some typo Mar 20, 2017
@atian25 atian25 merged commit ee77e5c into eggjs:master Mar 20, 2017
@codecov
Copy link

codecov bot commented Mar 20, 2017

Codecov Report

Merging #597 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #597   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines         633    633           
=====================================
  Hits          633    633

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 984d732...f2f3791. Read the comment docs.

@@ -187,7 +187,7 @@ exports.login = function* (ctx) {

// 设置 Session
this.session.user = user;
// 如果用户勾选了 `记住我`,设置一个月的过期时间
// 如果用户勾选了 `记住我`,设置一分钟的过期时间
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

额,应该是改下面的 ms('1m') => ms('30d'),不是改这里的描述

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我改一下吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants