Commit 4a034df8 authored by David Kim's avatar David Kim

Fix incorrect feature flag name in the doc

parent e968773f
......@@ -526,14 +526,14 @@ To enable it:
```ruby
# Instance-wide
Feature.enable(:batched_suggestions)
Feature.enable(:batch_suggestions)
```
To disable it:
```ruby
# Instance-wide
Feature.disable(:batched_suggestions)
Feature.disable(:batch_suggestions)
```
## Start a thread by replying to a standard comment
......
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