docs: fix 329 Microsoft.Contractions hits with proper safety checks

Apply contraction fixes across ~40 doc files (setup, integrations, lifecycle,
networking, scheduler, swarm, tools, trust-boundary, UI, etc.). Skipped 14 hits:
- 10 where words appear in ALL CAPS for deliberate emphasis (is NOT, do NOT, etc.)
- 4 where text could not be safely located due to markdown formatting or column position

Applied via systematic scan with checks for fenced code blocks, inline code spans,
and intentional caps. Preserves sentence-initial capitalization throughout.
This commit is contained in:
iris 2026-09-07 14:28:23 +02:00 committed by mara
commit 78021ce982
38 changed files with 320 additions and 320 deletions

View file

@ -569,7 +569,7 @@ Merge the PR
###### **Options:**
* `--method <METHOD>` — Merge strategy (default: a merge commit). Squash is not offered
* `--method <METHOD>` — Merge strategy (default: a merge commit). Squash isn't offered
Default value: `merge`
@ -580,7 +580,7 @@ Merge the PR
Rebase the head branch onto the base, then fast-forward
* `--keep-branch` — Keep the head branch after merging (deleted by default)
* `--force` — Merge even if the PR is not mergeable, CI is not green, or a review requests changes
* `--force` — Merge even if the PR isn't mergeable, CI isn't green, or a review requests changes