From b2e1cfe62f0be2ba030acc57a1903d1275cc50ce Mon Sep 17 00:00:00 2001 From: Rodrigo Cabrera <107075433+Hayder10@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:47:22 -0400 Subject: [PATCH] Spelling error corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b127fe6b..cd220aea 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really ## You'll be learning the following concepts: -1. Using how to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `` tag or using an exeternal stylesheet ``. +1. Using how to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `` tag or using an external stylesheet ``. 2. Selecting HTML Elements from your website to apply the styles to.