Skip to content

Commit b04ea20

Browse files
kmpeeduweetitovmx
andauthored
Update src/content/reference/react/useReducer.md
Co-authored-by: Maxim <[email protected]>
1 parent e191935 commit b04ea20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useReducer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const [state, dispatch] = useReducer(reducer, initialArg, init?)
2020
2121
### `useReducer(reducer, initialArg, init?)` {/*usereducer*/}
2222
23-
Вызовите `useReducer` на верхнем уровне компонента чтобы управлять состоянием с помощью [редюсера.](/learn/extracting-state-logic-into-a-reducer)
23+
Вызовите `useReducer` на верхнем уровне компонента, чтобы управлять состоянием с помощью [редюсера.](/learn/extracting-state-logic-into-a-reducer)
2424
2525
```js
2626
import { useReducer } from 'react';

0 commit comments

Comments
 (0)