Skip to content

Commit 91cc2e1

Browse files
authored
Update readme.md
1 parent 6b8c764 commit 91cc2e1

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
@@ -217,7 +217,7 @@ queryString.parse('?isAdmin=true&flagged=true&isOkay=0', {
217217
//=> { isAdmin: 'true', flagged: true, isOkay: false }
218218
```
219219

220-
Note: The 'boolean' type will also convert "0" and "1" string values to booleans.
220+
Note: The `'boolean'` type will also convert `'0'` and `'1'` string values to booleans.
221221

222222
- `'string'`: Parse `phoneNumber` as a string (overriding the `parseNumbers` option):
223223

0 commit comments

Comments
 (0)