Commit 0222827f authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-39' into 'master'

Docs: Fix typo in command to enable feature flag

See merge request gitlab-org/gitlab!22242
parents a97692bd fb797526
......@@ -167,7 +167,7 @@ Ensure that the `anonymous_visual_review_feedback` feature flag is enabled.
Administrators can enable with a Rails console as follows:
```ruby
Feature.enabled(:anonymous_visual_review_feedback)
Feature.enable(:anonymous_visual_review_feedback)
```
The feedback form is served through a script you add to pages in your Review App.
......
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