Typos in Part 9 (TypeScript), Part C (Typing an Express App)
Description:
Hi there! 👋
I came across a couple of typos in Part 9 (TypeScript), specifically in Part C (Typing an Express App). Below are the details:
1. Typo in Text Following the Heading "Typing the Request and Response"
2. Typo in the Same Section
Additional Notes:
- Both typos are minor but could lead to confusion for readers.
- Happy to submit a pull request if that would be helpful!
Thanks for maintaining such a fantastic course. Let me know if you need any further clarification!
Typos in Part 9 (TypeScript), Part C (Typing an Express App)
Description:
Hi there! 👋
I came across a couple of typos in Part 9 (TypeScript), specifically in Part C (Typing an Express App). Below are the details:
1. Typo in Text Following the Heading "Typing the Request and Response"
Location: Part 9, Part C, immediately following the heading "Typing the request and response"
Original text:
"If we hover eg. the parameter res, we notice it has the followng type:"
Suggested correction:
"If we hover, for example, over the parameter
res, we notice it has the following type:"2. Typo in the Same Section
Location: Part 9, Part C, further down in the section "Typing the request and response"
Original text:
"We could and propably should give a proper type as the type variable."
Suggested correction:
"We could and probably should give a proper type as the type variable."
Additional Notes:
Thanks for maintaining such a fantastic course. Let me know if you need any further clarification!