Skip to content

[docs] Correct "OpenAI" spacing - #3280

Merged
fellyph merged 2 commits into
WordPress:trunkfrom
bookchiq:patch-1
Feb 17, 2026
Merged

[docs] Correct "OpenAI" spacing#3280
fellyph merged 2 commits into
WordPress:trunkfrom
bookchiq:patch-1

Conversation

@bookchiq

Copy link
Copy Markdown
Contributor

Minor text change to match OpenAI spacing to the official name.

@bookchiq

Copy link
Copy Markdown
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 fellyph left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bookchiq

@fellyph
fellyph merged commit 5936409 into WordPress:trunk Feb 17, 2026
37 checks passed
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".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants