Skip to content

Commit

Permalink
docs: Fix simple typo, serivce -> service (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Apr 7, 2020
1 parent 24a41b7 commit 95eb447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express/lib/index.js
Expand Up @@ -51,7 +51,7 @@ function feathersExpress (feathersApp, expressApp = express()) {
}

debug('Registering service with middleware', middleware);
// Since this is a serivce, call Feathers `.use`
// Since this is a service, call Feathers `.use`
feathersApp.use.call(this, location, service, { middleware });

return this;
Expand Down

0 comments on commit 95eb447

Please sign in to comment.