From ec6a7849462b20049045069de4118f0dedd9b341 Mon Sep 17 00:00:00 2001 From: Brandon Newton <48447263+brandonnnnnnn@users.noreply.github.com> Date: Wed, 24 Jul 2019 14:28:51 -0400 Subject: [PATCH] fix typo --- src/exercises/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercises/01.md b/src/exercises/01.md index 94c630d3..30baeea3 100644 --- a/src/exercises/01.md +++ b/src/exercises/01.md @@ -157,7 +157,7 @@ function useReducer>( ): [ReducerState, Dispatch>] ``` -`useReducer` is pretty versatile. They key takeaway here is that while +`useReducer` is pretty versatile. The key takeaway here is that while conventions are useful, understanding the API and its capabilities is more important.