Skip to content

Commit 1e691eb

Browse files
authoredDec 15, 2024
fixed typo (#243)
1 parent 54b0e86 commit 1e691eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎exercises/04.dom/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Often when working with React you'll need to interact with the DOM directly. You
66
may need to use a vanilla-js (non-framework-specific) library that needs to
7-
interact with directly with the DOM. Often to make a UI accessible you need to
7+
interact directly with the DOM. Often to make a UI accessible you need to
88
consider focus management requiring you to call `.focus()` on an input.
99

1010
Remember that when you do: `<div>hi</div>` that's actually syntactic sugar for a

0 commit comments

Comments
 (0)