Skip to content

Commit 2661288

Browse files
authored
Update README.md
1 parent a671657 commit 2661288

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
@@ -48,7 +48,7 @@ the consumer parsing the string, it can be unambigously parsed back to the origi
4848
Otherwise, the serialization of `{ foo: [''] }` would conflict with `{ foo: [] }`.
4949
This serializer chooses to support the more common and more useful case of an empty array.
5050
- Serialization of objects and nested objects first serializes the keys
51-
- to dot-path format and then serializes the values as above, e.g.,
51+
to dot-path format and then serializes the values as above, e.g.,
5252
`{ foo: 'a', bar: { baz: 'b', fizz: [1, 2] } }` serializes to
5353
`foo=a&bar.baz=b&bar.fizz=1&bar.fizz=2`.
5454
- Serialization of nested arrays or objects nested inside arrays

0 commit comments

Comments
 (0)