Skip to content

Commit

Permalink
docs: fix quickstart typo error (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostcode authored and atian25 committed May 18, 2018
1 parent 8b7c8bd commit 3ee7fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Let's create a service to fetch data from the
// app/service/news.js
const Service = require('egg').Service;

class NewsService extends app.Service {
class NewsService extends Service {
async list(page = 1) {
// read config
const { serverUrl, pageSize } = this.config.news;
Expand Down

0 comments on commit 3ee7fcf

Please sign in to comment.