Fix typo in iteration cadences feature flag

parent e52fbe90
...@@ -191,13 +191,13 @@ can enable it. ...@@ -191,13 +191,13 @@ can enable it.
To enable it: To enable it:
```ruby ```ruby
Feature.enable(:iterations_cadences) Feature.enable(:iteration_cadences)
``` ```
To disable it: To disable it:
```ruby ```ruby
Feature.disable(:iterations_cadences) Feature.disable(:iteration_cadences)
``` ```
<!-- ## Troubleshooting <!-- ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment