Skip to content

Commit 556a1dd

Browse files
committed
Fixes
1 parent c7f4443 commit 556a1dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ end
724724
```
725725

726726
Available parameter builders are `:hash`, `:hash_with_indifferent_access`, and `:hashie_mash`.
727-
See [params_builder](lib/grape/params_builder)
727+
See [params_builder](lib/grape/params_builder).
728728

729729
You can also configure a single API:
730730

@@ -814,7 +814,7 @@ end
814814
In the example above, `params["color"]` will return `nil` since `params` is a plain `Hash`.
815815

816816
Available parameter builders are `:hash`, `:hash_with_indifferent_access`, and `:hashie_mash`.
817-
See [params_builder](lib/grape/params_builder)
817+
See [params_builder](lib/grape/params_builder).
818818

819819
### Declared
820820

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upgrading Grape
33

44
#### Params Builder
55

6-
- Passing a class to `build_with` or `Grape.config.param_builder` has been deprecated in favor of a symbolized short_name. See `SHORTNAME_LOOKUP` in [params_builder](lib/grape/params_builder.rb)
6+
- Passing a class to `build_with` or `Grape.config.param_builder` has been deprecated in favor of a symbolized short_name. See `SHORTNAME_LOOKUP` in [params_builder](lib/grape/params_builder.rb).
77
- Including Grape's extensions like `Grape::Extensions::Hashie::Mash::ParamBuilder` has been deprecated in favor of using `build_with` at the route level.
88

99
### Upgrading to >= 2.4.0

lib/grape/locale/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ en:
5858
problem: 'invalid version header'
5959
resolution: '%{message}'
6060
invalid_response: 'Invalid response'
61-
query_parsing: "query params are not parsable."
61+
query_parsing: 'query params are not parsable'

0 commit comments

Comments
 (0)