-
Notifications
You must be signed in to change notification settings - Fork 232
Pr/fix typo in docs #671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr/fix typo in docs #671
Conversation
✔️ Deploy Preview for react-hooks-testing-library ready!
🔨 Explore the source changes: f9363ab
🔍 Inspect the deploy log: https://app.netlify.com/sites/react-hooks-testing-library/deploys/610e2d38599bc8000849301b
😎 Browse the preview: https://deploy-preview-671--react-hooks-testing-library.netlify.app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! ⭐
Codecov Report
Merging #671 (f9363ab) into main (95d2340) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #671 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 235 235 Branches 33 33 ========================================= Hits 235 235
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 95d2340...f9363ab. Read the comment docs.
Uh oh!
There was an error while loading. Please reload this page.
What:
The change is a typo fix.
Why:
Currently, the documentation is implying that the return value of the
renderHook
result is the same ascurrent
which is wrong. This PR fixes the implication.How:
Just by changing a character in the docs!
Checklist: