We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b0e86 commit 1e691ebCopy full SHA for 1e691eb
exercises/04.dom/README.mdx
@@ -4,7 +4,7 @@
4
5
Often when working with React you'll need to interact with the DOM directly. You
6
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
+interact directly with the DOM. Often to make a UI accessible you need to
8
consider focus management requiring you to call `.focus()` on an input.
9
10
Remember that when you do: `<div>hi</div>` that's actually syntactic sugar for a
0 commit comments