aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNate Radebaugh <nate.radebaugh@outlook.com>2019-05-02 18:48:36 +0300
committerJamie Kyle <me@thejameskyle.com>2019-05-02 18:48:36 +0300
commit641c7e871642539e0c326857bb4ab7c35d6e5676 (patch)
tree1bf0652f7756aae34b169b39b349603396cd709c /README.md
parent436fe821b81675f1aa6d03c30dc3a3604f8d2781 (diff)
docs: Fix typo in "to to" to "you to". (#1)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2318f17..24f3945 100644
--- a/README.md
+++ b/README.md
@@ -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