fix: typo in the word development (#3320)

Co-authored-by: Raif Abdul Razak <raif@Raifs-MacBook-Air.local>
pull/3322/head
RaifAR 2 years ago committed by GitHub
parent ee65c56bf3
commit 595f3680be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/frontend/faqs.astro

@ -5,7 +5,7 @@ export const faqs: FAQType[] = [
{ {
question: 'What is Frontend Development?', question: 'What is Frontend Development?',
answer: [ 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.", "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.",
], ],
}, },

Loading…
Cancel
Save