Commit 7a533749 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch '218653-fix-docs-lint' into 'master'

Use ```ruby rather than ```rb

Closes #218653

See merge request gitlab-org/gitlab!32754
parents 8518daab 8434de9a
......@@ -176,7 +176,7 @@ and returns appropriate error messages to the caller method.
Lastly, we register the validator using the line below:
```rb
```ruby
Grape::Validations.register_validator(<validator name as symbol>, ::API::Helpers::CustomValidators::<YourCustomValidatorClassName>)
```
......
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