Skip to content

Commit c0300dc

Browse files
committed
Fix typo
1 parent 1ecb026 commit c0300dc

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
@@ -21,7 +21,7 @@ Serialization uses
2121
[`URLSearchParams.toString()`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/toString#return_value)
2222
which encodes most non-alphanumeric characters.
2323

24-
- The primitive types of `strings`, `number`, and `bigint` are serialized using `.toString()`.
24+
- The primitive types `string`, `number`, and `bigint` are serialized using `.toString()`.
2525
- The primitive `boolean` type is serialized using `.toString()` to `'true'` or `'false'`.
2626
- The primitive `null` and `undefined` values are removed,
2727
e.g., `{ foo: null, bar: undefined, baz: 1 }` serializes to `baz=1`.

0 commit comments

Comments
 (0)