close
Skip to content

[docs] Correct "Open AI" branding to "OpenAI" - #4245

Merged
fellyph merged 1 commit into
WordPress:trunkfrom
amitraj2203:fix/openai-branding
Aug 6, 2026
Merged

[docs] Correct "Open AI" branding to "OpenAI"#4245
fellyph merged 1 commit into
WordPress:trunkfrom
amitraj2203:fix/openai-branding

Conversation

@amitraj2203

@amitraj2203 amitraj2203 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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".

Copilot AI lite review requested due to automatic review settings August 5, 2026 05:15
@github-actions github-actions Bot added the [Type] Documentation Improvements or additions to documentation label Aug 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

The English source was fixed in WordPress#3280, but the translated copies of
`main/about/build.md` still used "Open AI".
@amitraj2203
amitraj2203 force-pushed the fix/openai-branding branch from 169de4e to 41d361d Compare August 5, 2026 05:21

@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 for your contribution

@fellyph
fellyph merged commit 03bf971 into WordPress:trunk Aug 6, 2026
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Type] Documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Correct "Open AI" branding to "OpenAI" on the Playground homepage

4 participants