Skip to content

Commit 803ac7f

Browse files
authored
Merge pull request #142 from Bouke/patch-2
Add missing language declaration
2 parents 619eb5a + d75eedb commit 803ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ declare module '@ember/service' {
266266
}
267267
```
268268

269-
```
269+
```ts
270270
// my-app/components/user-profile.ts
271271
import Component from '@ember/component';
272272
import { inject as service } from '@ember/service';

0 commit comments

Comments
 (0)