Skip to content

Commit

Permalink
Update feature key example - closes ember-learn#453
Browse files Browse the repository at this point in the history
  • Loading branch information
saracope committed Oct 10, 2024
1 parent 3e76474 commit 97b6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/configuring-ember/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ feature by setting its flag value to `true` before your application boots:
let ENV = {
EmberENV: {
FEATURES: {
'link-to': true
'LINK_TO': true
}
}
};
Expand Down

0 comments on commit 97b6846

Please sign in to comment.