Skip to content

Commit

Permalink
chore: comments typo fix (eggjs#3392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian authored and dead-horse committed Jan 11, 2019
1 parent 9a4b720 commit 2a801f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ module.exports = appInfo => {
* logger options
* @member Config#logger
* @property {String} dir - directory of log files
* @property {String} encoding - log file encloding, defaults to utf8
* @property {String} encoding - log file encoding, defaults to utf8
* @property {String} level - default log level, could be: DEBUG, INFO, WARN, ERROR or NONE, defaults to INFO in production
* @property {String} consoleLevel - log level of stdout, defaults to INFO in local serverEnv, defaults to WARN in unittest, defaults to NONE elsewise
* @property {Boolean} disableConsoleAfterReady - disable logger console after app ready. defaults to `false` on local and unittest env, others is `true`.
Expand Down
2 changes: 1 addition & 1 deletion lib/egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class EggApplication extends EggCore {
}

/**
* print the infomation when console.log(app)
* print the information when console.log(app)
* @return {Object} inspected app.
* @since 1.0.0
* @example
Expand Down

0 comments on commit 2a801f7

Please sign in to comment.