Skip to content

Commit cdef4a8

Browse files
committed
修复一处拼写错误
1 parent 607b170 commit cdef4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins/beforeServerStart/initUser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = class {
88
if (count !== 0) return
99

1010
if (config.defaultAdminPassword === 'admin') {
11-
log.error('you must change the default passoword at ./conf/config.js')
11+
log.error('you must change the default password at ./conf/config.js')
1212
log.error('koa2 refused to start because of weak password')
1313
return process.exit(1)
1414
}

0 commit comments

Comments
 (0)