Fix typo in API routes documentation. (#9373)

This commit is contained in:
Lee Robinson 2019-11-10 22:07:45 -06:00 committed by Joe Haddad
parent be86ab00e1
commit b3dbcbb5bb

View file

@ -1116,7 +1116,7 @@ export default withRouter(MyLink)
</ul>
</details>
API routes provides a straightforward solution to build your **API** with Next.js.
API routes provide a straightforward solution to build your **API** with Next.js.
Start by creating the `api/` folder inside the `./pages/` folder.
Every file inside `./pages/api` is mapped to `/api/*`.