Commit ab2f4a67 authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-185' into 'master'

Suspected typo in docs: Enable->disable in squash_and_merge.md

See merge request gitlab-org/gitlab!36411
parents fb996876 90f5e307
......@@ -134,7 +134,7 @@ To disable it:
```ruby
# Instance-wide
Feature.enable(:squash_options)
Feature.disable(:squash_options)
# or by project
Feature.disable(:squash_options, Project.find(<project id>))
```
......
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