Commit 2efef6e6 authored by peterhegman's avatar peterhegman

Fix typo in GitLab UI form builder docs

parent 1cc201fd
......@@ -31,7 +31,7 @@ For example:
- Before:
```haml
= gitlab_ui_form_for @group do |f|
= form_for @group do |f|
.form-group.gl-mb-3
.gl-form-checkbox.custom-control.custom-checkbox
= f.check_box :prevent_sharing_groups_outside_hierarchy, disabled: !can_change_prevent_sharing_groups_outside_hierarchy?(@group), class: 'custom-control-input'
......
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