Skip to content

Commit

Permalink
docs: Fix an error link, change a comment into English (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
DongWei authored and popomore committed May 10, 2018
1 parent e96ddb6 commit 9fea64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = appInfo => {
/**
* The key that signing cookies. It can contain multiple keys seperated by `,`.
* @member {String} Config#keys
* @see https://eggjs.org/zh-cn/basics/controller.html#cookie-秘钥
* @see http://eggjs.org/en/core/cookie-and-session.html#cookie-secret-key
* @default
* @since 1.0.0
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/loader/app_worker_loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AppWorkerLoader extends EggLoader {
}

/**
* 开始加载所有约定目录
* Load all directories in convention
* @since 1.0.0
*/
load() {
Expand All @@ -38,7 +38,7 @@ class AppWorkerLoader extends EggLoader {
// app
this.loadController();
// app
this.loadRouter(); // 依赖 controller
this.loadRouter(); // Dependent on controllers
}

}
Expand Down

0 comments on commit 9fea64e

Please sign in to comment.