Skip to content

Commit 4d2e81b

Browse files
committed
fix: switched assignement for mount and openapi features in tutorial
1 parent 9449e74 commit 4d2e81b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/tutorial/features/mount/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ This allows us to gradually migrate our application to Elysia, or use multiple f
5050
5151
## Assignment
5252
53-
Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like.
53+
Let's use the preview to **GET '/hono'** to see if our Hono route is working.
5454
55-
This API documentation is reflected from your code.
56-
57-
Try to modify the code and see how the documentation changes!
55+
Try to modify the code and see how it changes!
5856
5957
</Editor>

docs/tutorial/features/openapi/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ bun run dev
156156

157157
## Assignment
158158

159-
Let's use the preview to **GET '/hono'** to see if our Hono route is working.
159+
Let's use the preview to **GET '/openapi'**, and see how our API documentation looks like.
160160

161-
Try to modify the code and see how it changes!
161+
This API documentation is reflected from your code.
162+
163+
Try to modify the code and see how the documentation changes!
162164

163165
</Editor>

0 commit comments

Comments
 (0)