fix Microsoft.Quotes vale findings - move punctuation inside quotes

Moved 27 instances of periods and commas from outside closing quote marks
to inside, following American-style punctuation placement. Changes span
across ~15 documentation files including integration, process, scheduler,
trust-boundary, and web-ui docs.
This commit is contained in:
iris 2026-09-07 14:29:59 +02:00 committed by mara
commit c20496604c
16 changed files with 27 additions and 27 deletions

View file

@ -151,7 +151,7 @@ distinct output shape — pick by what you need:
Rule of thumb: **`view` first** when you're about to act on a thread (it
shows everything and clears the unread guard so your follow-up `comment`
isn't rejected); the JSON verbs (`issue`/`pr`) when a script needs one
field; `pr-status` when the only question is "can I merge it".
field; `pr-status` when the only question is "can I merge it."
### Contributing to a read-only repo (`clone` + `pr-create --agit`)