Skip to content

Commit 1705c25

Browse files
jsejcksnlex111
authored andcommitted
Improve grammar (#2106)
1 parent 4d1197b commit 1705c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function Counter() {
244244
245245
#### Specifying the initial state {#specifying-the-initial-state}
246246

247-
There’s two different ways to initialize `useReducer` state. You may choose either one depending on the use case. The simplest way to pass the initial state as a second argument:
247+
There are two different ways to initialize `useReducer` state. You may choose either one depending on the use case. The simplest way is to pass the initial state as a second argument:
248248

249249
```js{3}
250250
const [state, dispatch] = useReducer(

0 commit comments

Comments
 (0)