Skip to content

Commit

Permalink
Fixed typo (#406)
Browse files Browse the repository at this point in the history
Fixed an issue where a paragraph described three different options as two.
  • Loading branch information
ChrisCrossCrash committed Apr 22, 2021
1 parent affcdf8 commit fc7273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -510,7 +510,7 @@ function DelayedEffect(props: { timerMs: number }) {

## useRef

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

```ts
const ref1 = useRef<HTMLElement>(null!);
Expand Down

0 comments on commit fc7273a

Please sign in to comment.