From a7e8e8fa01a6711afc7428845ab24008cb8d6317 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 2 Aug 2020 14:22:39 +0800 Subject: [PATCH] Fix grammar typo in 05.md --- 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 ee5e7613..95599d78 100644 --- a/src/exercise/05.md +++ b/src/exercise/05.md @@ -27,7 +27,7 @@ class App extends React.Component { } ``` -They key I want to point out in the example here is that bit above that says: +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.