Skip to content

Commit d021769

Browse files
authored
Merge pull request #285 from vbhavsar/patch-1
Update expo.md
2 parents bb8a9c9 + 453ad28 commit d021769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/expo.md

Lines changed: 2 additions & 2 deletions
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.
@@ -76,7 +76,7 @@ You can either directly use API route using Elysia and deploy as normal Elysia a
7676
If you are using Expo server runtime, you may use `expo export` command to create optimized build for your expo app, this will include an Expo function which is using Elysia at **dist/server/_expo/functions/[...slugs\]+api.js**
7777

7878
::: tip
79-
Please note that Expo Function are treat as Edge function instead of normal server, so running the Edge function directly will not allocate anyport.
79+
Please note that Expo Function are treated as Edge function instead of normal server, so running the Edge function directly will not allocate any port.
8080
:::
8181

8282
You may use the Expo function adapter provided by Expo to deploy your Edge Function.

0 commit comments

Comments
 (0)