-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
docs: fix some typo #597
Conversation
@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. |
Codecov Report
@@ Coverage Diff @@
## master #597 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 26 26
Lines 633 633
=====================================
Hits 633 633 Continue to review full report at Codecov.
|
@@ -187,7 +187,7 @@ exports.login = function* (ctx) { | |||
|
|||
// 设置 Session | |||
this.session.user = user; | |||
// 如果用户勾选了 `记住我`,设置一个月的过期时间 | |||
// 如果用户勾选了 `记住我`,设置一分钟的过期时间 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
额,应该是改下面的 ms('1m') => ms('30d'),不是改这里的描述
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我改一下吧
Checklist
npm test
passesAffected core subsystem(s)
Description of change