Skip to content

Commit ee2aa2f

Browse files
authored
Update expo.md
Fix up a sentence.
1 parent 26cd55e commit ee2aa2f

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
@@ -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)