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