Skip to content

Commit

Permalink
fix: correct typo inject as service -> inject (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobq authored and locks committed Dec 5, 2018
1 parent 2b3e58c commit d13ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0398-RouteInfo-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The RFC introduces the ability to associate application specific metadata with i
```js
// app/route/profile.js
import Route from '@ember/routing/route';
import { inject as service } from '@ember/service';
import { inject } from '@ember/service';

export default Route.extend({
user: inject('user'),
Expand Down

0 comments on commit d13ee2a

Please sign in to comment.