-
Notifications
You must be signed in to change notification settings - Fork 168
Description
Double space in the code below the video on this line, before //:
// @ts-expect-error // red squiggly line under @ts-expect-error``
"This message indicates that TypeScript is not expecting anything inside the angle braces when calling JSON.parse. To resolve this error, we simply remove the angle braces:"
Replace 2 occurrences of braces with brackets.
"We also can't add a type annotation to response.json() because as it doesn't accept type arguments either:"
Use either "because" or "as".
"However, sometimes TypeScript won't give you an error in the exact spot that you need to."
The sentence should end with "you need it." or "you need it to."
There was meant to be a screenshot of Quick Fix, but it is a broken image, only the alt text is showing (empty src attribute).
"VS Code's Command Pallette"
"Once the Command Pallette is open"
Image alt text: ![Screenshot of Command Pallette with Organize Imports]
Remove 1 letter l so it's Palette in 3 occurrences. Source: https://code.visualstudio.com/api/ux-guidelines/command-palette
Also, the image is missing and is using a broken (visible) Markdown (no URL)
Command Pallette -> Command Palette
Automatically code formatting -> Automatic code formatting
Command Pallette -> Command Palette
After a couple of seconds, and the server -> After a couple of seconds, the server