Skip to content

Commit 39ad9bb

Browse files
authored
fix(docs): complete sentence under parsed (#925) (#931)
1 parent 4ab3fd9 commit 39ad9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ firebaseConnect([
501501

502502
#### parsed {#parsed}
503503

504-
Internally parse following query params. Useful when attempting to parse
504+
Internally parse following query params. Useful when attempting to parse query parameters into the actual value or particular data type ( e.g. null, number, boolean) instead of the string containing the value.
505505

506506
**NOTE**: `orderByChild`, `orderByPriority`, and `orderByValue` will cause this to be enabled by default. Parsing will remain enabled for the rest of the query params until `notParsed` is called.
507507

0 commit comments

Comments
 (0)