From 1e691eb0a08a8acb289ededa5e3ac231ed99d1d8 Mon Sep 17 00:00:00 2001 From: Sirapop Iam-o-pas <kivistheslayer@gmail.com> Date: Sun, 15 Dec 2024 22:40:15 +0700 Subject: [PATCH] fixed typo (#243) --- exercises/04.dom/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04.dom/README.mdx b/exercises/04.dom/README.mdx index b0e422b5f..0490b1d7a 100644 --- a/exercises/04.dom/README.mdx +++ b/exercises/04.dom/README.mdx @@ -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