We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fc6da commit 8013003Copy full SHA for 8013003
packages/@ember/controller/index.ts
@@ -387,7 +387,7 @@ export { Controller as default, ControllerMixin };
387
}
388
```
389
390
- Then `@service` can check that the service is registered correctly, and APIs
+ Then `@inject` can check that the service is registered correctly, and APIs
391
like `owner.lookup('controller:example')` can return `ExampleController`.
392
*/
393
// eslint-disable-next-line @typescript-eslint/no-empty-interface
0 commit comments