diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 989f558b..92dab552 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -51,7 +51,7 @@ const httpServer = http.createServer( httpServer.listen(8081); ``` -In order to be also compatible with express apps, processRequest will also call its third parameter when the request could not be handled by Metro bundler. This allows you to integrate the server with your existing server, or to extend a new one: +In order to be also compatible with Express apps, processRequest will also call its third parameter when the request could not be handled by Metro bundler. This allows you to integrate the server with your existing server, or to extend a new one: ```js const httpServer = http.createServer((req, res) => {