Skip to content

Commit

Permalink
docs: Fix objects.md typo (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
zousandian authored and popomore committed May 27, 2017
1 parent 2bca50b commit 3c5c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/basics/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ module.exports = app => {
// app/controller/user.js

// 从 egg 上获取
const Controller = require('egg');
const egg = require('egg');
module.exports = UserController extends egg.Controller {
// implement
};
Expand Down

0 comments on commit 3c5c0b8

Please sign in to comment.