Skip to content

Commit fc7273a

Browse files
Fixed typo (#406)
Fixed an issue where a paragraph described three different options as two.
1 parent affcdf8 commit fc7273a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ function DelayedEffect(props: { timerMs: number }) {
510510

511511
## useRef
512512

513-
When using `useRef`, you have two options when creating a ref container that does not have an initial value:
513+
When using `useRef`, you have three options when creating a ref container that does not have an initial value:
514514

515515
```ts
516516
const ref1 = useRef<HTMLElement>(null!);

0 commit comments

Comments
 (0)