Skip to content

Commit d13ee2a

Browse files
jacobqlocks
authored andcommitted
fix: correct typo inject as service -> inject (rust-lang#409)
1 parent 2b3e58c commit d13ee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0398-RouteInfo-Metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The RFC introduces the ability to associate application specific metadata with i
1111
```js
1212
// app/route/profile.js
1313
import Route from '@ember/routing/route';
14-
import { inject as service } from '@ember/service';
14+
import { inject } from '@ember/service';
1515

1616
export default Route.extend({
1717
user: inject('user'),

0 commit comments

Comments
 (0)