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 db2475a commit b07f9eeCopy full SHA for b07f9ee
guides/writing-addons/in-repo-addons.md
@@ -66,7 +66,7 @@ module.exports = {
66
```
67
68
### Using Generators
69
-To use any of the Ember CLI generators targeted to your in-repo-addon you only need to
+To create files for your in-repo-addon using Ember CLI generator commands,
70
pass the `--in-repo` argument with the name of your in-repo-addon:
71
72
```bash
0 commit comments