Skip to content

Commit 3253eab

Browse files
Update articles/static-web-apps/deploy-nextjs-hybrid.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 79e059f commit 3253eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ In addition to Server Components, Next.js provides [Route Handlers](https://next
178178
179179
Begin by adding an API route.
180180
181-
1. Create a new file at `app/api/currentTime/route.tsx`. This is the Route Handler for the new API endpoint.
181+
1. Create a new file at `app/api/currentTime/route.tsx`. This file holds the Route Handler for the new API endpoint.
182182
1. Add a handler function to return data from the API.
183183
184184
```ts

0 commit comments

Comments
 (0)