We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf5975 commit 5acb84aCopy full SHA for 5acb84a
1 file changed
exercises/04.dom/README.mdx
@@ -22,7 +22,7 @@ There are two ways to use the `ref` prop. A callback and the `useRef` hook.
22
23
**ref callback:**
24
25
-The simplest way is to use the `ref` prop is by passing a callback:
+The simplest way to use the `ref` prop is by passing a callback:
26
27
```tsx
28
function MyDiv() {
0 commit comments