Commit dfd15940 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-wrong-feature-flag-doc' into 'master'

Fix wrong feature flag doc

See merge request gitlab-org/gitlab!20234
parents 5c945507 6d559257
...@@ -61,7 +61,7 @@ you'd want to explicitly disable that flag until the frontend half is also ready ...@@ -61,7 +61,7 @@ you'd want to explicitly disable that flag until the frontend half is also ready
to be shipped. To make sure this feature is disabled for both GitLab.com and to be shipped. To make sure this feature is disabled for both GitLab.com and
self-managed instances you'd need to explicitly call `Feature.enabled?` method self-managed instances you'd need to explicitly call `Feature.enabled?` method
before the `feature_available` method. This ensures the feature_flag is defaulting before the `feature_available` method. This ensures the feature_flag is defaulting
to `true`. to `false`.
## Feature groups ## Feature groups
......
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