diff --git a/content/1.guide/1.quickstart.md b/content/1.guide/1.quickstart.md index 99caec5..f04712f 100755 --- a/content/1.guide/1.quickstart.md +++ b/content/1.guide/1.quickstart.md @@ -42,6 +42,6 @@ npm run dev :: -The default project contains an `index.html` file that is server as / and an API route that returns a text, which will inserted into the HTML page. +The default project contains an `index.html` file that is served as / and an API route that returns a text, which will be inserted into the HTML page. Check out [Usage](/usage/routes) to learn how to create routes.