Skip to content

Commit 1782214

Browse files
authored
Update guides/cookbook/incremental-adoption-guide.md
1 parent ad73014 commit 1782214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/cookbook/incremental-adoption-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ You most likely would need to add Auth Handler to your request manager to add `a
101101
Let's say you have your `accessToken` in the `session` service. Here is how you can add it to the request manager:
102102

103103
```js
104-
import { inject as service } from '@ember/service';
104+
import { service } from '@ember/service';
105105

106106
export default class AuthHandler {
107107
@service session;

0 commit comments

Comments
 (0)