Skip to content

Commit df79bc3

Browse files
authored
Merge pull request #1680 from astorije/patch-2
Fix missing syntax highlight
2 parents 13f46ba + ad2d45f commit df79bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ end
10561056

10571057
In the example above Grape will use `blank?` to check whether the `shelf_id` param is present.
10581058

1059-
Given also takes a `Proc` with custom code. Below, the param `description` is required only if the value of `category` is equal `foo`:
1059+
`given` also takes a `Proc` with custom code. Below, the param `description` is required only if the value of `category` is equal `foo`:
10601060

10611061
```ruby
10621062
params do

0 commit comments

Comments
 (0)