fix: standardize 'MS Teams' to 'Microsoft Teams' across docs#50863
Merged
vincentkoc merged 2 commits intoopenclaw:mainfrom Mar 20, 2026
Merged
fix: standardize 'MS Teams' to 'Microsoft Teams' across docs#50863vincentkoc merged 2 commits intoopenclaw:mainfrom
vincentkoc merged 2 commits intoopenclaw:mainfrom
Conversation
Contributor
Greptile SummaryThis PR standardizes all occurrences of
Confidence Score: 5/5
Prompt To Fix All With AIThis 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>
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>
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
docs/.generated/(auto-generated config baseline) anddocs/zh-CN/(generated translations) -- those will pick up the change on their next regeneration cycle