Skip to content

Commit 3f91d44

Browse files
Merge pull request #1009 from ericcrosson-bitgo/chore-standardize-url-capitalization-in-parsing-docs
chore: standardize URL capitalization in parsing docs
2 parents ba3964b + 891b8a3 commit 3f91d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/how-to-guides/parsing.json-strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Decoding JSON from Headers, Query Parameters, and URL Parameters
22

3-
Though we know headers, url parameters, and query parameters will be received as a
3+
Though we know headers, URL parameters, and query parameters will be received as a
44
`string` or `string[]` value, due to a limitation in api-ts, `httpRequest` only accepts
55
codecs that decode values starting from the `unknown` type. Consequently, decoding a
6-
header, url parameter, or query parameter with a codec like `JsonFromString`, which can
6+
header, URL parameter, or query parameter with a codec like `JsonFromString`, which can
77
only decode values typed as `string`, will produce a error like:
88

99
```

0 commit comments

Comments
 (0)