diff --git a/docs/source/zh-cn/tutorials/passport.md b/docs/source/zh-cn/tutorials/passport.md index 582ddf1a83..7958bb83df 100644 --- a/docs/source/zh-cn/tutorials/passport.md +++ b/docs/source/zh-cn/tutorials/passport.md @@ -222,7 +222,7 @@ module.exports = app => { **初始化:** ```bash -$ egg-init --type=plugin egg-passsport-local +$ egg-init --type=plugin egg-passport-local ``` 在 `package.json` 中**配置依赖:** @@ -280,4 +280,4 @@ module.exports = app => { [Passport]: http://www.passportjs.org/ [egg-passport]: https://github.com/eggjs/egg-passport [passport-local]: https://github.com/jaredhanson/passport-local -[eggjs/examples/passport]: https://github.com/eggjs/examples/tree/master/passport \ No newline at end of file +[eggjs/examples/passport]: https://github.com/eggjs/examples/tree/master/passport