From f4392d9972c18190f8ca59e6fe2289bf74caef15 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Sat, 21 Dec 2024 15:24:31 +0000 Subject: [PATCH] Two small typo fixes on Learn web development --- .../getting_started/environment_setup/index.md | 2 +- files/en-us/learn_web_development/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/learn_web_development/getting_started/environment_setup/index.md b/files/en-us/learn_web_development/getting_started/environment_setup/index.md index 120101d774845f3..30b20b54c6c5674 100644 --- a/files/en-us/learn_web_development/getting_started/environment_setup/index.md +++ b/files/en-us/learn_web_development/getting_started/environment_setup/index.md @@ -8,7 +8,7 @@ page-type: landing-page {{NextMenu("Learn_web_development/Getting_started/Environment_setup/Installing_software", "Learn_web_development/Getting_started")}} -In the _Environment_setup_ module, we show you what tools you need to do simple web development and how to install them properly and help you understand important aspects of your environment such as file systems and the command line. +In the _Environment setup_ module, we show you what tools you need to do simple web development and how to install them properly and help you understand important aspects of your environment such as file systems and the command line. ## Prerequisites diff --git a/files/en-us/learn_web_development/index.md b/files/en-us/learn_web_development/index.md index c98dcfd7f76b8ee..3b4884719f7cfa4 100644 --- a/files/en-us/learn_web_development/index.md +++ b/files/en-us/learn_web_development/index.md @@ -24,7 +24,7 @@ Welcome to MDN **Learning Web Development** (also known as **Learn**). This reso ## Don't know where to get started? - Never coded before? - - : Our [Getting started modules](/en-US/docs/Learn_web_development/Getting_started), provide setup tutorials and essential concepts and background information for complete beginners. You should start here if you are a complete beginner (i.e. you've not installed a code editor or written any code yet). + - : Our [Getting started modules](/en-US/docs/Learn_web_development/Getting_started) provide setup tutorials and essential concepts and background information for complete beginners. You should start here if you are a complete beginner (i.e. you've not installed a code editor or written any code yet). - Want to master the essentials? - : Our [Core modules](/en-US/docs/Learn_web_development/Core) provide a structured set of tutorials teaching the essential skills and practices for being a successful front-end developer. - Beyond the basics?