Skip to content

Commit b07f9ee

Browse files
Update guides/writing-addons/in-repo-addons.md
Co-authored-by: Jen Weber <[email protected]>
1 parent db2475a commit b07f9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/writing-addons/in-repo-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
```
6767

6868
### Using Generators
69-
To use any of the Ember CLI generators targeted to your in-repo-addon you only need to
69+
To create files for your in-repo-addon using Ember CLI generator commands,
7070
pass the `--in-repo` argument with the name of your in-repo-addon:
7171

7272
```bash

0 commit comments

Comments
 (0)