diff --git a/packages/react-interview-playbook/contents/introduction/en-US.mdx b/packages/react-interview-playbook/contents/introduction/en-US.mdx index f833ff2f5..4c85c9795 100644 --- a/packages/react-interview-playbook/contents/introduction/en-US.mdx +++ b/packages/react-interview-playbook/contents/introduction/en-US.mdx @@ -148,7 +148,7 @@ System design questions test a candidate's ability to architect scalable, mainta System design questions can broadly be classified into two types: - **Application design**: App design questions aren't specific to any front end technology but sometimes interviewers might ask you how you would implement a specific section and you would have to mention concrete libraries/approaches using React/Vue/Angular/Svelte/etc and which of their APIs you'd use. -- **Component design**: Component design questions are about implementing a reusable, extensible, and accessible component for a specific purpose using a specific JavaScript framework of your choice or Vanilla JavaScript if you're adventurous enough. Hence mastery of the JavaScript framework is essential and component design in order to design the right props and composition mechanisms. +- **Component design**: Component design questions are about implementing a reusable, extensible, and accessible component for a specific purpose using a specific JavaScript framework of your choice or Vanilla JavaScript if you're adventurous enough. Hence mastery of the JavaScript framework is essential in component design in order to design the right props and composition mechanisms. **Important topics**