Skip to content

Commit

Permalink
chore: typo eggg=>egg (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwing authored and fengmk2 committed May 10, 2017
1 parent 22c9cd9 commit bd6681a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/singleton.js
Expand Up @@ -19,7 +19,7 @@ class Singleton {
init() {
const options = this.options;
assert(!(options.client && options.clients),
`eggg:singleton ${this.name} can not set options.client and options.clients both`);
`egg:singleton ${this.name} can not set options.client and options.clients both`);

// alias app[name] as client, but still support createInstance method
if (options.client) {
Expand Down

0 comments on commit bd6681a

Please sign in to comment.