Skip to content

Commit

Permalink
adds the reference to the createServer method
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtms committed Aug 30, 2023
1 parent 94f970f commit 046ee99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/imgs/compressed/intellisense.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion chapters/ch06.5-response-status-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ It's quite simple.
3. With the `createServer` function highlighted, use the keyboard shortcut `Ctrl + Click` (or `Cmd + Click` on macOS) to jump to the function's declaration.
Doing this should take you to the definition of `createServer`. This is where things might look a bit complex due to the TypeScript type declarations. This is the type declaration:
Doing this should take you to the definition of `createServer`. This is where things might look a bit complex due to the TypeScript type declarations. This is the type declaration for the method `http.createServer`:
```ts
function createServer<
Expand Down

0 comments on commit 046ee99

Please sign in to comment.