Closed
Description
Summary
In this section of the documentation, the wrong tense of the verb "pass" is being used.
"Notice how you’re taking the return value of one Hook ... and pass it as an input to another Hook"
It should be:
"Notice how you’re taking the return value of one Hook ... and passing it as an input to another Hook"
Page
https://react.dev/learn/reusing-logic-with-custom-hooks#passing-reactive-values-between-hooks
Details
No response