diff --git a/docs/develop/task-queue-priority-fairness.mdx b/docs/develop/task-queue-priority-fairness.mdx index 4065d8e14f..f27fc304d3 100644 --- a/docs/develop/task-queue-priority-fairness.mdx +++ b/docs/develop/task-queue-priority-fairness.mdx @@ -50,7 +50,7 @@ You can also use this as a way to run urgent Tasks immediately and override othe ### How to use Priority -Priority is avaliable for both self-hosted Temporal instances and Temporal Cloud and it will be automatically enabled. If you apply priority keys, the feature will be in use. +Priority is available for both self-hosted Temporal instances and Temporal Cloud and it will be automatically enabled. If you apply priority keys, the feature will be in use. :::info @@ -320,7 +320,7 @@ each priority level. ### How to use Fairness -Fairness is avaliable for both self-hosted Temporal instances and Temporal Cloud. +Fairness is available for both self-hosted Temporal instances and Temporal Cloud. If you start using _fairness keys_ in your API calls, it will automatically be enabled in Temporal Cloud. diff --git a/docs/encyclopedia/workflow/patching.mdx b/docs/encyclopedia/workflow/patching.mdx index 2a6e9e3889..ab5995491c 100644 --- a/docs/encyclopedia/workflow/patching.mdx +++ b/docs/encyclopedia/workflow/patching.mdx @@ -71,7 +71,7 @@ This behavior occurs because: - If that patch ID exists later, you get a non-determinism error - If the patch doesn't exist later, you don't get a non-determinism error, and the call returns `false` -If the execution hits a call to `patched()` with an ID that doesn't exist in the history, then not only will it return `false` in that occurence, but it will also return `false` if the execution surpasses the Replay threshold and is running new code. +If the execution hits a call to `patched()` with an ID that doesn't exist in the history, then not only will it return `false` in that occurrence, but it will also return `false` if the execution surpasses the Replay threshold and is running new code. #### Implications of the Behaviors diff --git a/docs/references/client-envrionment-configuration.mdx b/docs/references/client-environment-configuration.mdx similarity index 100% rename from docs/references/client-envrionment-configuration.mdx rename to docs/references/client-environment-configuration.mdx