diff options
author | Nate Radebaugh <nate.radebaugh@outlook.com> | 2019-05-02 18:48:36 +0300 |
---|---|---|
committer | Jamie Kyle <me@thejameskyle.com> | 2019-05-02 18:48:36 +0300 |
commit | 641c7e871642539e0c326857bb4ab7c35d6e5676 (patch) | |
tree | 1bf0652f7756aae34b169b39b349603396cd709c | |
parent | 436fe821b81675f1aa6d03c30dc3a3604f8d2781 (diff) |
docs: Fix typo in "to to" to "you to". (#1)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -269,7 +269,7 @@ Here's the diff of that change: } ``` -If you're using TypeScript (which I encourage to to learn more about if you are not), this also has the benefit of making TypeScript's built-in inference work better. As long as your custom hook is typed, then everything else will just work. +If you're using TypeScript (which I encourage you to learn more about if you are not), this also has the benefit of making TypeScript's built-in inference work better. As long as your custom hook is typed, then everything else will just work. ## Tips |