-
Notifications
You must be signed in to change notification settings - Fork 27
Fix typos across codebase #540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docsv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: ayush-shah <[email protected]>
Co-authored-by: ayush-shah <[email protected]>
Co-authored-by: ayush-shah <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR systematically corrects 257 spelling errors identified via codespell across the entire codebase, improving code quality and documentation accuracy.
Key Changes:
- Fixed a critical filename typo by renaming
CodeWithLanugageSelectorUtils.tsxto the correctly spelledCodeWithLanguageSelectorUtils.tsx - Corrected spelling errors in comments, error messages, and documentation across all version directories (v1.9.x, v1.10.x, v1.11.x-SNAPSHOT)
- Fixed product terminology typos in constants and release notes
Reviewed Changes
Copilot reviewed 115 out of 131 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| utils/CodeWithLanguageSelectorUtils.tsx | Renamed file from misspelled CodeWithLanugageSelectorUtils.tsx to correct spelling |
| components/CodeWithLanguageSelector/CodeWithLanguageSelector.tsx | Updated import path to use correctly spelled utils filename |
| public/globals.css | Fixed "bellow" → "below" in CSS comment |
| pages/[version]/index.tsx | Fixed "tha" → "that" in code comment |
| components/ErrorBoundary.tsx | Fixed "occured" → "occurred" in error message |
| constants/Roadmap.constants.ts | Fixed multiple typos: "realtionship" → "relationship", "convetions" → "conventions", "succesful" → "successful" |
| content/v1.9.x/sdk/go/index.md | Fixed "betwee" → "between" in documentation |
| content/v1.9.x/main-concepts/metadata-standard/schemas/* | Fixed "gloassary" → "glossary", "deltion" → "deletion", "Reponse" → "Response" |
| content/v1.9.x/how-to-guides/* | Fixed multiple typos including "writting" → "writing", "Memeory" → "Memory", "recomend" → "recommend", "temporarely" → "temporarily", etc. |
| content/v1.9.x/developers/contribute/* | Fixed "propert" → "property", "pacakge" → "package", "specificaiton" → "specification", "werid" → "weird", "ommited" → "omitted" |
| content/v1.9.x/deployment/* | Fixed "sytem" → "system", "recommnded" → "recommended", "Manged" → "Managed", "preferrably" → "preferably", "atleast" → "at least", "deplyoments" → "deployments", "overwride" → "override" |
| content/v1.9.x/connectors/* | Fixed "tocken" → "token", "Metdata" → "Metadata", "confing" → "config", "connecion" → "connection", "genrating" → "generating" |
| content/partials/v1.9/* | Fixed "dependant" → "dependent", "Entitiy" → "Entity", "improvments" → "improvements", "Everytime" → "Every time", "toogle" → "toggle" |
| content/v1.10.x/* and content/v1.11.x-SNAPSHOT/* | Same corrections applied across other version directories for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Corrected 257 spelling errors identified via codespell across documentation, source files, and constants.
Changes
Source Files
utils/CodeWithLanugageSelectorUtils.tsx→CodeWithLanguageSelectorUtils.tsxand updated importoccured→occurred,bellow→below)Documentation (132 files)
toogle→toggle,atleast→at least,connecion→connection,writting→writing,temporarely→temporarilyConstants
realtionship→relationship,convetions→conventions,succesful→successfulExcluded
public/swagger.json(generated file)AKS/aks(Azure Kubernetes Service acronym)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.