Skip to content

Commit

Permalink
fixed typo (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
kivvvvv authored Dec 15, 2024
1 parent 54b0e86 commit 1e691eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/04.dom/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Often when working with React you'll need to interact with the DOM directly. You
may need to use a vanilla-js (non-framework-specific) library that needs to
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
consider focus management requiring you to call `.focus()` on an input.

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

0 comments on commit 1e691eb

Please sign in to comment.