diff --git a/docs/tutorial/features/mount/index.md b/docs/tutorial/features/mount/index.md index ce29cb55..baca1428 100644 --- a/docs/tutorial/features/mount/index.md +++ b/docs/tutorial/features/mount/index.md @@ -50,10 +50,8 @@ This allows us to gradually migrate our application to Elysia, or use multiple f ## Assignment -Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like. +Let's use the preview to **GET '/hono'** to see if our Hono route is working. -This API documentation is reflected from your code. - -Try to modify the code and see how the documentation changes! +Try to modify the code and see how it changes! diff --git a/docs/tutorial/features/openapi/index.md b/docs/tutorial/features/openapi/index.md index 942a8c24..e2ad75c8 100644 --- a/docs/tutorial/features/openapi/index.md +++ b/docs/tutorial/features/openapi/index.md @@ -156,8 +156,10 @@ bun run dev ## Assignment -Let's use the preview to **GET '/hono'** to see if our Hono route is working. +Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like. -Try to modify the code and see how it changes! +This API documentation is reflected from your code. + +Try to modify the code and see how the documentation changes!