Skip to content

Commit 5acb84a

Browse files
Fix grammatical error in README.md (#253)
1 parent abf5975 commit 5acb84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/04.dom/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are two ways to use the `ref` prop. A callback and the `useRef` hook.
2222

2323
**ref callback:**
2424

25-
The simplest way is to use the `ref` prop is by passing a callback:
25+
The simplest way to use the `ref` prop is by passing a callback:
2626

2727
```tsx
2828
function MyDiv() {

0 commit comments

Comments
 (0)