Skip to content

Commit edb1d25

Browse files
docs: correct typo in documentation
1 parent 3ad9c1c commit edb1d25

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/docs/guide/1.gettingStarted/2.quickStart.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ You don't need to manually set `requestHeaders`. Instead, configure the channel
7979
> In this example, builds triggered with the `--profile preview` option will use the `beta` channel, while `--profile production` uses `stable`.
8080
8181
</details>
82-
```
82+
83+
8384

8485
### 4️⃣ Provide environment variables
8586

docs/docs/guide/3.expo/3.configs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface AppConfig {
6464
projectId: "12345aaa-bbbb-cccc-dddd-eeeeeeeeeeee",
6565
},
6666
cloudPush: {
67-
checkUpdateStatusUrl: "https://yourdomain/api/udpates/status",
67+
checkUpdateStatusUrl: "https://yourdomain/api/updates/status",
6868
} as AppConfig,
6969
},
7070
}
@@ -118,7 +118,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
118118
projectId: "12345aaa-bbbb-cccc-dddd-eeeeeeeeeeee",
119119
},
120120
cloudPush: {
121-
checkUpdateStatusUrl: "https://yourdomain/api/udpates/status",
121+
checkUpdateStatusUrl: "https://yourdomain/api/updates/status",
122122
} as AppConfig,
123123
},
124124
});

docs/docs/guide/3.expo/4.env/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As with expo, environments are limited to **production**, **development**, and *
1313

1414
## 1. `eas env`
1515

16-
If you use `eas env`, environment variables are loaded from [expo.dev](https://expo.dev). To use this option, your project **must be set up so it can be found on [expo.dev](https://expo.dev)]**, and the environment variables you want to use must be properly set for each environment. Also, **the cloud-push execution environment must be set up so that eas can be used**.
16+
If you use `eas env`, environment variables are loaded from [expo.dev](https://expo.dev). To use this option, your project **must be set up so it can be found on [expo.dev](https://expo.dev)**, and the environment variables you want to use must be properly set for each environment. Also, **the cloud-push execution environment must be set up so that eas can be used**.
1717

1818
## 2. `.env`
1919

0 commit comments

Comments
 (0)