We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13f46ba + ad2d45f commit df79bc3Copy full SHA for df79bc3
README.md
@@ -1056,7 +1056,7 @@ end
1056
1057
In the example above Grape will use `blank?` to check whether the `shelf_id` param is present.
1058
1059
-Given also takes a `Proc` with custom code. Below, the param `description` is required only if the value of `category` is equal `foo`:
+`given` also takes a `Proc` with custom code. Below, the param `description` is required only if the value of `category` is equal `foo`:
1060
1061
```ruby
1062
params do
0 commit comments