From fb6e878e2a5ecbee0fd61f8514a47555b2fec3ae Mon Sep 17 00:00:00 2001 From: Aleksandar Grbic Date: Wed, 24 Mar 2021 17:32:45 +0100 Subject: [PATCH] Fixed a typo --- docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 5c06f357..5e38e31e 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -48,7 +48,7 @@ the results. ### When to use this library -1. You're writing a library with one or more custom hooks that are not directly tied a component +1. You're writing a library with one or more custom hooks that are not directly tied to a component 2. You have a complex hook that is difficult to test through component interactions ### When not to use this library