Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 12, 2025

Corrected 257 spelling errors identified via codespell across documentation, source files, and constants.

Changes

Source Files

  • Renamed utils/CodeWithLanugageSelectorUtils.tsxCodeWithLanguageSelectorUtils.tsx and updated import
  • Fixed typos in error messages and comments (occuredoccurred, bellowbelow)

Documentation (132 files)

  • Fixed recurring typos across all version directories (v1.9.x, v1.10.x, v1.11.x-SNAPSHOT)
  • Common corrections: toogletoggle, atleastat least, connecionconnection, writtingwriting, temporarelytemporarily

Constants

  • Fixed product terminology: realtionshiprelationship, convetionsconventions, succesfulsuccessful

Excluded

  • public/swagger.json (generated file)
  • AKS/aks (Azure Kubernetes Service acronym)
Original prompt

This section details on the original issue you should resolve

<issue_title>Fix Typos</issue_title>
<issue_description>Fix typos from all over the codebase</issue_description>

Comments on the Issue (you are @copilot in this section)


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

@netlify
Copy link

netlify bot commented Nov 12, 2025

Deploy Preview for docsv1 ready!

Name Link
🔨 Latest commit 1b1ceec
🔍 Latest deploy log https://app.netlify.com/projects/docsv1/deploys/691485c7b1ec360008a021bb
😎 Deploy Preview https://deploy-preview-540--docsv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI changed the title [WIP] Fix typos throughout the codebase Fix typos across codebase Nov 12, 2025
Copilot AI requested a review from ayush-shah November 12, 2025 13:07
Copilot finished work on behalf of ayush-shah November 12, 2025 13:07
@ayush-shah ayush-shah requested a review from Copilot November 12, 2025 13:09
Copilot finished reviewing on behalf of ayush-shah November 12, 2025 13:11
Copy link
Contributor

Copilot AI left a 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.tsx to the correctly spelled CodeWithLanguageSelectorUtils.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.

@ayush-shah ayush-shah marked this pull request as ready for review November 14, 2025 07:42
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 Typos

2 participants