Skip to content

Commit 453ad28

Browse files
authored
Update expo.md
Fix typo
1 parent ee2aa2f commit 453ad28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/expo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can treat the Elysia server as if normal Expo API route.
4747

4848
With this approach, you can have co-location of both frontend and backend in a single repository and have [End-to-end type safety with Eden](https://elysiajs.com/eden/overview.html) with both client-side and server action
4949

50-
Please refers to [API route](https://docs.expo.dev/router/reference/api-routes/) for more information.
50+
Please refer to [API route](https://docs.expo.dev/router/reference/api-routes/) for more information.
5151

5252
## Prefix
5353
If you place an Elysia server not in the root directory of the app router, you need to annotate the prefix to the Elysia server.

0 commit comments

Comments
 (0)