Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msmichellegar committed Jul 1, 2016
1 parent 4c2a61c commit abc7bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step03.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ If you see this, congratulations! You have built yourself a server!
| request | A request is the message sent via HTTP from the client to the server, asking for information. |
| response | A response is the data sent back to the client from the server after an HTTP request is made. |
| `require()` | Require is used in Node.js to import functionality from another file or an external module. |
| rodule | A module is a bit of reusable code, written by you or someone else, that can be imported into a Node.js project using require. |
| module | A module is a bit of reusable code, written by you or someone else, that can be imported into a Node.js project using require. |
| method | Method is another name for a function. |
| port | A port is a number that serves as an endpoint, determining where you can access your web application. |

0 comments on commit abc7bd5

Please sign in to comment.