Skip to content

Commit 2c6a559

Browse files
committed
docs: cp -> getter
1 parent 5414abb commit 2c6a559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdown/docs/addon-author-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ doesn't have FastBoot installed. In that case, if your addon tries to
425425
inject the `fastboot` service, they'll get an exception saying the
426426
`fastboot` service cannot be found.
427427

428-
Instead, you can write a computed property that uses the low-level
428+
Instead, you can write a getter that uses the low-level
429429
`getOwner` functionality to lookup the `fastboot` service directly:
430430

431431
```js

0 commit comments

Comments
 (0)