Skip to content

fix: standardize 'MS Teams' to 'Microsoft Teams' across docs#50863

Merged
vincentkoc merged 2 commits intoopenclaw:mainfrom
bugkill3r:fix/standardize-microsoft-teams-naming
Mar 20, 2026
Merged

fix: standardize 'MS Teams' to 'Microsoft Teams' across docs#50863
vincentkoc merged 2 commits intoopenclaw:mainfrom
bugkill3r:fix/standardize-microsoft-teams-naming

Conversation

@bugkill3r
Copy link
Copy Markdown
Contributor

Summary

Fixes #50835

Standardizes all occurrences of 'MS Teams' to 'Microsoft Teams' across English documentation files. 'Microsoft Teams' is the official product name and was already used in formal references (configuration-reference.md, channels/index.md), while 'MS Teams' appeared in ~25 locations across inline lists, channel docs, and other references.

  • 15 files updated, 25 replacements total
  • Skipped docs/.generated/ (auto-generated config baseline) and docs/zh-CN/ (generated translations) -- those will pick up the change on their next regeneration cycle
  • No code, config keys, or URLs were modified

@bugkill3r bugkill3r requested a review from a team as a code owner March 20, 2026 05:28
@openclaw-barnacle openclaw-barnacle bot added docs Improvements or additions to documentation channel: msteams Channel integration: msteams gateway Gateway runtime security Security documentation size: XS labels Mar 20, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 20, 2026

Greptile Summary

This PR standardizes all occurrences of MS Teams to Microsoft Teams (the official product name) across 15 English documentation files, making 25 total replacements. It correctly leaves code values (e.g. msteams config keys), URLs, and auto-generated/translated directories (docs/.generated/, docs/zh-CN/) untouched.

  • All 25 replacements are accurate and consistent with the intent of the change.
  • No functional code, configuration keys, or external URLs were modified.
  • The only cosmetic concern is in docs/tools/plugin.md line 71, where the original trailing spaces were not trimmed after the link text grew from [MS Teams] to [Microsoft Teams], leaving the raw Markdown table column slightly misaligned (does not affect rendered output).

Confidence Score: 5/5

  • This PR is safe to merge; it is a pure documentation text replacement with no functional, config, or code impact.
  • All changes are confined to English Markdown documentation files. No code, config keys, or URLs were touched, and the replacements are correct and complete within the declared scope. The only finding is a trivial trailing-space formatting inconsistency in one table cell.
  • docs/tools/plugin.md — minor table alignment nit on line 71, no rendering impact.
Prompt To Fix All With AI
This is a comment left during a code review.
Path: docs/tools/plugin.md
Line: 71

Comment:
**Trailing spaces not trimmed after link text expansion**

The link text was updated from `[MS Teams]` (8 chars) to `[Microsoft Teams]` (15 chars), but the original trailing padding (6 spaces) was kept verbatim. This makes the `Docs` column cell (44 chars) noticeably wider than the column separator (34 dashes), breaking the visual alignment of the raw Markdown table. Since the separator can't shrink without reformatting the whole table, the cleanest fix is to remove the extra trailing spaces so the pipe is flush with the content:

```suggestion
| Microsoft Teams | `@openclaw/msteams`    | [Microsoft Teams](/channels/msteams) |
```

How can I resolve this? If you propose a fix, please make it concise.

Last reviewed commit: "fix: standardize 'MS..."

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@vincentkoc vincentkoc merged commit 709c730 into openclaw:main Mar 20, 2026
40 of 43 checks passed
nikolaisid pushed a commit to nikolaisid/openclaw that referenced this pull request Mar 20, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@bugkill3r bugkill3r deleted the fix/standardize-microsoft-teams-naming branch March 20, 2026 08:06
fuller-stack-dev pushed a commit to fuller-stack-dev/openclaw that referenced this pull request Mar 20, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
fuller-stack-dev pushed a commit to fuller-stack-dev/openclaw that referenced this pull request Mar 20, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
pholpaphankorn pushed a commit to pholpaphankorn/openclaw that referenced this pull request Mar 22, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
frankekn pushed a commit to artwalker/openclaw that referenced this pull request Mar 23, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
alexey-pelykh pushed a commit to remoteclaw/remoteclaw that referenced this pull request Mar 26, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
(cherry picked from commit 709c730)
alexey-pelykh pushed a commit to remoteclaw/remoteclaw that referenced this pull request Mar 26, 2026
…w#50863)

* fix: standardize 'MS Teams' to 'Microsoft Teams' across docs

* Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
(cherry picked from commit 709c730)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

channel: msteams Channel integration: msteams docs Improvements or additions to documentation gateway Gateway runtime security Security documentation size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: inconsistent 'MS Teams' vs 'Microsoft Teams' naming

2 participants