Fix typo in iteration cadences feature flag

parent e52fbe90
......@@ -191,13 +191,13 @@ can enable it.
To enable it:
```ruby
Feature.enable(:iterations_cadences)
Feature.enable(:iteration_cadences)
```
To disable it:
```ruby
Feature.disable(:iterations_cadences)
Feature.disable(:iteration_cadences)
```
<!-- ## 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