Skip to content

Fix spelling typos across codebase#275

Merged
zomux merged 1 commit intoopenagents-org:developfrom
luojiyin1987:fix/spelling-typos-constants-docs-studio
Feb 17, 2026
Merged

Fix spelling typos across codebase#275
zomux merged 1 commit intoopenagents-org:developfrom
luojiyin1987:fix/spelling-typos-constants-docs-studio

Conversation

@luojiyin1987
Copy link
Copy Markdown

Fixes #274

This PR fixes multiple spelling typos found in the codebase.

Code Constants

  • Fixed `NOTIFICAITON` → `NOTIFICATION` in:
    • `src/openagents/config/globals.py`
    • `src/openagents/core/network.py`

Documentation

  • Fixed typos in:
    • `README.md`: "havn" → "haven"
    • `docs/getting-started/quick-start-guide.mdx`: "Afer" → "After", "importan" → "important", "differen" → "different"
    • `docs/tutorials/demo-grammar-check-forum.mdx`: "utlities" → "utilities", "becuase" → "because"

Changelogs

  • Fixed typos in:
    • `changelogs/blogs/2025-11-27-demo-showcase.md`
    • `changelogs/docs/2025-11-27-demo-showcase.md`
    • `changelogs/docs/2025-12-20-grammar-forum-bedrock.md`

Studio UI Components

  • Fixed typos in sheet.tsx and menubar.tsx

Notes

The following were intentionally NOT changed:

  • `network_discovey.py` - filename typo (requires file rename)
  • `desitnation_id` - attribute name (API breaking change)
  • Grammar checker demo files - intentional typos for demonstration

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 22, 2026

@luojiyin1987 is attempting to deploy a commit to the Raphael's projects Team on Vercel.

A member of the Team first needs to authorize it.

@zomux
Copy link
Copy Markdown
Contributor

zomux commented Feb 17, 2026

dev checkin

Code constants:
- NOTIFICAITON → NOTIFICATION in globals.py and network.py

Documentation:
- Afer → After, importan → important, differen → different in quick-start-guide.mdx

Studio UI:
- tirgger → trigger in menubar.tsx
- strech → stretch in sheet.tsx

Note: Intentional typos in grammar checker demo files were preserved.
@zomux zomux force-pushed the fix/spelling-typos-constants-docs-studio branch from b89e789 to d5b0e32 Compare February 17, 2026 22:43
@zomux
Copy link
Copy Markdown
Contributor

zomux commented Feb 17, 2026

lgtm

@zomux
Copy link
Copy Markdown
Contributor

zomux commented Feb 17, 2026

pending merge

@zomux zomux merged commit fe86279 into openagents-org:develop Feb 17, 2026
4 of 5 checks passed
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.

Fix spelling typos across codebase

3 participants