From e8266acda4f1d0d8f6e03990ec7e91d3c5638f36 Mon Sep 17 00:00:00 2001 From: Brandon Newton Date: 2019年7月24日 14:32:02 -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.

AltStyle によって変換されたページ (->オリジナル) /