Commit 3800cac6 authored by Daniel Gruesso's avatar Daniel Gruesso

Switch order on FF instructions

parent d4d90e0c
......@@ -175,16 +175,16 @@ It is deployed behind a feature flag that is **disabled by default**.
[GitLab administrators with access to the GitLab Rails console](../../../administration/feature_flags.md)
can opt to enable it for your instance.
To disable it:
To enable it:
```ruby
Feature.disable(:multiline_comments)
Feature.enable(:multiline_comments)
```
To enable it:
To disable it:
```ruby
Feature.enable(:multiline_comments)
Feature.disable(:multiline_comments)
```
## Pipeline status in merge requests widgets
......
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