Skip to content

Commit 18a979c

Browse files
authored
Fix capitalization of 'Reducer' in useReducer.md
1 parent d21b0aa commit 18a979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useReducer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ button { display: block; margin-top: 10px; }
320320

321321
#### 투두 리스트 (배열) {/*todo-list-array*/}
322322

323-
이 예시에서는 reducer를 이용해 할 일 목록들을 배열로 관리합니다. 배열의 업데이트는 [mutation이 없이](/learn/updating-arrays-in-state) 이루어져야 합니다.
323+
이 예시에서는 Reducer를 이용해 할 일 목록들을 배열로 관리합니다. 배열의 업데이트는 [Mutation이 없이](/learn/updating-arrays-in-state) 이루어져야 합니다.
324324

325325
<Sandpack>
326326

0 commit comments

Comments
 (0)