Commit b210a501 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fix-incorrect-feature-flag-name-in-doc' into 'master'

Fix incorrect feature flag name in the doc

See merge request gitlab-org/gitlab!35215
parents 2e9c86f3 4a034df8
...@@ -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