Skip to content

Commit ad2d45f

Browse files
authored
Fix missing syntax highlight
1 parent 13f46ba commit ad2d45f

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)