From a119e30c843248d84996e8f1e551d1700b088143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20R=C3=B3=C5=BCbicki?= Date: Thu, 15 Oct 2020 22:45:22 +0200 Subject: [PATCH] Fix spelling in exercise 05 --- src/exercise/05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercise/05.md b/src/exercise/05.md index 35742ca6..bac02fd6 100644 --- a/src/exercise/05.md +++ b/src/exercise/05.md @@ -31,7 +31,7 @@ The key I want to point out in the example here is that bit above that says: ``. What this does is give you access to the component instance. -With function components, there is no component instance, so this wont work: +With function components, there is no component instance, so this won't work: ```javascript function MyInput() {