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): broken link caused by typo - #1073 #1086

Closed codedpills closed 3 years ago

codedpills commented 3 years ago

Description

At the Auth page, logout() section, the link to the constants page is broken because an "s" is missing from the constants page link.

Check List

If not relevant to pull request, check off as complete

Relevant Issues

codecov[bot] commented 3 years ago

Codecov Report

Merging #1086 (aaaa158) into master (f4d9288) will decrease coverage by 0.16%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1086      +/-   ##
==========================================
- Coverage   88.44%   88.27%   -0.17%     
==========================================
  Files          29       29              
  Lines         805      802       -3     
==========================================
- Hits          712      708       -4     
- Misses         93       94       +1     
prescottprue commented 3 years ago

Great catch, thanks for the PR!