[docs] Correct "OpenAI" spacing - #3280
Merged
Merged
Conversation
Contributor
Author
|
Note that the same mis-spacing is present in the project homepage but that does not appear to be managed in this repo. |
fellyph
approved these changes
Feb 17, 2026
amitraj2203
added a commit
to amitraj2203/wordpress-playground
that referenced
this pull request
Aug 5, 2026
The English source was fixed in WordPress#3280, but the translated copies of `main/about/build.md` still used "Open AI".
fellyph
pushed a commit
that referenced
this pull request
Aug 6, 2026
## Motivation for the change, related issues Fixes #4236. The official brand name is **OpenAI**, not "Open AI". The English source doc was corrected in #3280, but the translated copies of `main/about/build.md` were never updated and still carry the old spelling. ## Implementation details Replaced `Open AI` with `OpenAI` in the remaining occurrences, all in `packages/docs/site/i18n/*/docusaurus-plugin-content-docs/current/main/about/build.md` (`bn`, `es`, `gu`, `ja`, `pt-BR`, `tl`). Surrounding grammar in the translated sentences is left untouched — only the brand name changed. After this change `grep -rn "Open AI"` returns nothing in the repository. Note: the text quoted in the issue ("Integrate with Open AI and CLI apps to create new tools.") appears on https://wordpress.org/playground/, which serves an older handbook import of these docs. That page should pick the fix up on the next import; there is no other source of that string in this repo. ## Testing Instructions (or ideally a Blueprint) 1. `grep -rn "Open AI" packages/docs` — no results. 2. Optionally `npm run dev:docs` and open the Build page in any of the translated locales to confirm the rendered text reads "OpenAI".
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.
Minor text change to match OpenAI spacing to the official name.