rsnext/docs
Balázs Orbán 532a5bcc75
Fix grammar in API routes: Introduction (#19385)
For an API route to work, you need to `export as default a function` (a.k.a **request handler**), which then receives the following parameters:
For an API route to work, you need to `export a function as default` (a.k.a **request handler**), which then receives the following parameters:


I might be wrong though (not a native English speaker), it just sounds strange to my ears.
2020-11-24 21:26:02 +00:00
..
advanced-features Update next export docs to mention i18n caveat (#19491) 2020-11-24 19:23:39 +00:00
api-reference Add note about disabling prefetching (#19299) 2020-11-20 14:44:29 +00:00
api-routes Fix grammar in API routes: Introduction (#19385) 2020-11-24 21:26:02 +00:00
basic-features Fix docs about the return of getStaticProps on basic-features/pages (#19267) 2020-11-18 14:06:18 +01:00
migrating Update incremental adoption documentation. (#19286) 2020-11-19 00:10:12 +00:00
routing Update link docs to reflect changes on dynamic routing (#16634) 2020-09-07 16:35:30 +00:00
deployment.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
faq.md Documentation updates (#16503) 2020-08-24 02:23:12 +00:00
getting-started.md Include yarn instructions (#16565) 2020-08-27 21:27:34 -05:00
manifest.json Add docs on incrementally adopting Next.js. (#19226) 2020-11-17 12:51:12 +00:00
upgrading.md Add upgrading guide from Next.js 9 to 10 (#19101) 2020-11-12 15:22:59 +00:00