From 595f3680be2320e45be813ffb38c55c49f6ee112 Mon Sep 17 00:00:00 2001 From: RaifAR <42834647+raifofcl@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:57:02 +0400 Subject: [PATCH] fix: typo in the word development (#3320) Co-authored-by: Raif Abdul Razak --- src/roadmaps/frontend/faqs.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/frontend/faqs.astro b/src/roadmaps/frontend/faqs.astro index 54a1b1002..3b30e9b43 100644 --- a/src/roadmaps/frontend/faqs.astro +++ b/src/roadmaps/frontend/faqs.astro @@ -5,7 +5,7 @@ export const faqs: FAQType[] = [ { question: 'What is Frontend Development?', answer: [ - "Front-end development is the devleopment of 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.", + "Front-end development is the development of 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.", "As a front-end developer, you'll be responsible for creating the user interface of a website, to ensure it looks good and is easy to use, with great focus on design principles and user experience. You'll be working closely with designers, back-end developers, and project managers to make sure the final product meets the client's needs and provides the best possible experience for the end-users.", ], },