We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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:"
res
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."
Thanks for maintaining such a fantastic course. Let me know if you need any further clarification!
The text was updated successfully, but these errors were encountered:
pls assign me this issue
Sorry, something went wrong.
Fixed two typo errors in part-9-c fullstack-hy2020#3843
c892eec
opened pull request pls merge
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: