From 4d2e81b21525f4ea564bffa15aca00113536d2b1 Mon Sep 17 00:00:00 2001 From: flo-dmtx Date: Tue, 11 Nov 2025 18:36:32 +0000 Subject: [PATCH] fix: switched assignement for mount and openapi features in tutorial --- docs/tutorial/features/mount/index.md | 6 ++---- docs/tutorial/features/openapi/index.md | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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!