From 91c16a5e32f2e4ab5f45a70ec9a3f6ba52510bb8 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 10 Jan 2023 15:49:52 +0400 Subject: [PATCH] Minor FAQ change --- src/roadmaps/frontend/faqs.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/roadmaps/frontend/faqs.astro b/src/roadmaps/frontend/faqs.astro index c982ae4cb..f3900fb32 100644 --- a/src/roadmaps/frontend/faqs.astro +++ b/src/roadmaps/frontend/faqs.astro @@ -11,9 +11,9 @@ const salaryLink =

- Front-end development is the process of building the visual and - interactive elements of a website that users interact with directly. - It's a combination of HTML, CSS and JavaScript, where HTML provides the + Front-end development is the devleopment of the visual and interactive + elements of a website that users interact with directly. It's a + combination of HTML, CSS and JavaScript, where HTML provides the structure, CSS the styling and layout, and JavaScript the dynamic behaviour and interactivity.