Skip to content

Commit e03f554

Browse files
authored
Update docs/product/crons/monitor-details.mdx
1 parent 8428c4a commit e03f554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/crons/monitor-details.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ You can delete a monitor from the monitor details page.
6868

6969
## Multiple Environments
7070

71-
A monitor can be configured with multiple environments, with all environments running with the same schedule. Only environments with at least one check-in will be displayed and made available for alerting and filtering.
71+
A monitor can be configured to run across multiple environments, all following the same schedule. However, only environments with at least one check-in will appear and be available for alerting and filtering.
7272

73-
Although the schedule of check-ins of all environments are the same, the environment state and check-ins are independent of each other. This means that a missed or failed check-in in one environment will not affect the state of other environments.
73+
Although the check-in schedule is the same across all environments, each environment operates independently. This ensures that a missed or failed check-in in one environment won't impact the state of other environments.
7474

75-
If you're using one of Crons' [supported SDKs](/product/crons/getting-started/), the check-in environment will be automatically set to the environment configured in the SDK. If you're using the API, you can set the environment in the check-in payload.
75+
If you're using [an SDK that supports Crons](/product/crons/getting-started/), the check-in environment will be automatically set to the environment configured in the SDK. If you're using the API, you can set the environment in the check-in payload.
7676

7777
## Environment State
7878

0 commit comments

Comments
 (0)