From 4ac77cebfccbae612358de38d879a96c810fe504 Mon Sep 17 00:00:00 2001 From: Andy01hb <128887067+Andy01hb@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:29:53 -0500 Subject: [PATCH] Update README.md Fix the Misspell Challenge Andy Herrera The misspelling is: - "to focus IN all the inputs" it should be "to focus ON all the inputs". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c5680c..235ab1c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can open these exercises [in one click using codespaces or gitpod](https://s -Forms are so important in the world of HTML, CSS and Javascript that I decided to give them a special course to focus in all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn the following: +Forms are so important in the world of HTML, CSS and Javascript that I decided to give them a special course to focus on all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn the following: 1. How to use text inputs, text areas, date inputs and numeric inputs.