Commit f59106fc authored by Ray Paik's avatar Ray Paik

Merge branch 'fix/upgrading_ee_features_typo' into 'master'

Fix typo in /doc/development/ee_features.md

See merge request gitlab-org/gitlab!31902
parents f5bc1c39 9b3d041f
......@@ -514,7 +514,7 @@ do that, so we'll follow regular object-oriented practices that we define the
interface first here.
For example, suppose we have a few more optional parameters for EE. We can move the
paramters out of the `Grape::API` class to a helper module, so we can inject it
parameters out of the `Grape::API` class to a helper module, so we can inject it
before it would be used in the class.
```ruby
......
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