From cf1f152ec3fde69202305ca296dd7acdee3b5ef7 Mon Sep 17 00:00:00 2001 From: Lucas Machado Date: Mon, 22 Apr 2019 18:23:18 -0300 Subject: [PATCH] Added a dot to end of section about Hooks Added a dot to end of section about Hooks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ee4cb0..5c28286f 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ You can also find react-testing-library examples at ## Hooks If you are interested in testing a custom hook, check out -[react-hooks-testing-library][react-hooks-testing-library] +[react-hooks-testing-library][react-hooks-testing-library]. ## Other Solutions