prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 559 forks source link

fix(docs): complete sentence under parsed (#925) #931

Closed codedpills closed 4 years ago

codedpills commented 4 years ago

Description

On the PARSED section of the Queries page there is an incomplete sentence/thought:

Useful when attempting to parse

I completed it to read:

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.

Check List

If not relevant to pull request, check off as complete

Relevant Issues

codecov[bot] commented 4 years ago

Codecov Report

Merging #931 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #931   +/-   ##
=======================================
  Coverage   88.87%   88.87%           
=======================================
  Files          29       29           
  Lines         791      791           
=======================================
  Hits          703      703           
  Misses         88       88           
prescottprue commented 4 years ago

Thanks for the addition!