Skip to content

Commit 8013003

Browse files
authored
Fix docs for Controller DI type registry
1 parent d3fc6da commit 8013003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/controller/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export { Controller as default, ControllerMixin };
387387
}
388388
```
389389
390-
Then `@service` can check that the service is registered correctly, and APIs
390+
Then `@inject` can check that the service is registered correctly, and APIs
391391
like `owner.lookup('controller:example')` can return `ExampleController`.
392392
*/
393393
// eslint-disable-next-line @typescript-eslint/no-empty-interface

0 commit comments

Comments
 (0)