yangshun / tech-interview-handbook

💯 Curated coding interview preparation materials for busy software engineers
https://www.techinterviewhandbook.org
MIT License
119.09k stars 14.73k forks source link

Typos: Self intro breakdown does not match original #630

Open JosueLugaro opened 9 months ago

JosueLugaro commented 9 months ago

TLDR: Two small typos on the /self-introduction/ page. Under "Example 1: ..." 30,000 should be changed to 40,000, and under "Example 2: ..." 4 should be changed to 3.

On this page https://www.techinterviewhandbook.org/self-introduction/:

Under "Example 1: Front End Engineer at Meta", the quote above "Mention something about the project which stands out.". The text reads

"It receives over a million pageviews a month and is used by over 30,000 NUS undergraduates and even some professors."

But in the "Self Introduction" it says:

"It receives over a million pageviews a month and is used by over 40,000 NUS students and even some professors."

I also something similar under "Example 2: Front End Engineer at Lyft", the text above "Acknowledge that you work with others. ..." reads:

"I built the project with another engineer over the period of 4 months on a React/Redux and Golang stack."

But the "Self Introduction" says:

"I built the project with another engineer over the period of 3 months on a React/Redux and Golang stack."

brendan-roger commented 9 months ago

I have made a PR with your recommended typo updates, #632.