Skip to content

Commit bfa25a4

Browse files
committed
address comments
1 parent 6c9e5dd commit bfa25a4

File tree

3 files changed

+6
-89
lines changed

3 files changed

+6
-89
lines changed

guides/v3.3.0/configuring-ember/optional-features.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

guides/v3.4.0/configuring-ember/optional-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Available features:
4646

4747
Once you see a feature that you would like to toggle for your project you can run one of two commands, `ember feature:enable <feature>` and `ember feature:disable <feature>`.
4848

49-
Let us disable `template-only-glimmer-components` to see what happens:
49+
Let us disable `jquery-integration` to see what happens:
5050

5151
```bash
52-
$ ember feature:disable template-only-glimmer-components
53-
Disabled template-only-glimmer-components. Be sure to commit config/optional-features.json to source control!
52+
$ ember feature:disable jquery-integration
53+
Disabled jquery-integration. Be sure to commit config/optional-features.json to source control!
5454
```
5555

5656
As we can see from the warning, `@ember/optional-features` has created a file in `config/optional-features.json` to store the configuration for your project.

guides/v3.5.0/configuring-ember/optional-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Available features:
4646

4747
Once you see a feature that you would like to toggle for your project you can run one of two commands, `ember feature:enable <feature>` and `ember feature:disable <feature>`.
4848

49-
Let us disable `template-only-glimmer-components` to see what happens:
49+
Let us disable `jquery-integration` to see what happens:
5050

5151
```bash
52-
$ ember feature:disable template-only-glimmer-components
53-
Disabled template-only-glimmer-components. Be sure to commit config/optional-features.json to source control!
52+
$ ember feature:disable jquery-integration
53+
Disabled jquery-integration. Be sure to commit config/optional-features.json to source control!
5454
```
5555

5656
As we can see from the warning, `@ember/optional-features` has created a file in `config/optional-features.json` to store the configuration for your project.

0 commit comments

Comments
 (0)