From dfe7ac965d4ec54496950ab6eb40b776f302c75b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:23:10 +0000 Subject: [PATCH 1/2] Initial plan From d15a132541446c2f2558b20f2e0d3a5e58d8d112 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:29:03 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20typos=20in=20/docs:=20occurence?= =?UTF-8?q?=E2=86=92occurrence,=20avaliable=E2=86=92available,=20rename=20?= =?UTF-8?q?envrionment=E2=86=92environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jsundai <36107423+jsundai@users.noreply.github.com> Agent-Logs-Url: https://github.com/jsundai/temporal-documentation/sessions/4cb03674-4374-4c7c-83a1-6d995f8cbf94 --- docs/develop/task-queue-priority-fairness.mdx | 4 ++-- docs/encyclopedia/workflow/patching.mdx | 2 +- ...configuration.mdx => client-environment-configuration.mdx} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/references/{client-envrionment-configuration.mdx => client-environment-configuration.mdx} (100%) 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