Skip to content

Conversation

@gvatsal60
Copy link
Contributor

@gvatsal60 gvatsal60 commented Oct 4, 2024

Issue: #1139

Overview: This pull request addresses various spelling errors found in the code comments across the repository. The goal is to enhance readability and maintainability, ensuring that our documentation is clear and professional.

Changes Made:

Corrected spelling mistakes in comments throughout the codebase.
Impact: These changes should help team members and future contributors understand the code more easily, reducing the potential for confusion and improving overall code quality.

Additional Notes: I recommend reviewing the changes to ensure all comments are now accurate and clear. Let me know if there are any additional areas that need attention!

@gvatsal60 gvatsal60 requested a review from a team as a code owner October 4, 2024 06:04
Copy link
Member

@samruddhikhandale samruddhikhandale left a comment

Choose a reason for hiding this comment

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

Oh wow! Thank you for taking the time in correcting these 🙌

@gvatsal60 gvatsal60 force-pushed the fix/code_spell_1139 branch from 89280f4 to 6c8a039 Compare October 13, 2024 02:48
@gvatsal60
Copy link
Contributor Author

Hi @samruddhikhandale,

I have updated all the feature versions. Please take a moment to review them thoroughly.

Thank you!

@gvatsal60 gvatsal60 force-pushed the fix/code_spell_1139 branch from 6c8bcea to ce84d6e Compare June 10, 2025 11:02
@gvatsal60
Copy link
Contributor Author

gvatsal60 commented Jun 10, 2025

Hi @samruddhikhandale ,

I have updated all the feature versions. Please take a moment to review them thoroughly.

Thank you!

Copilot AI review requested due to automatic review settings December 29, 2025 05:06
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 pull request addresses spelling errors found throughout the repository's code comments, documentation, and feature descriptions. The changes improve code readability and professionalism by correcting various typos.

Key Changes:

  • Fixed spelling errors in comments across multiple shell scripts (install.sh files and test scripts)
  • Corrected feature description spelling in docker-outside-of-docker
  • Removed trailing whitespace in test files
  • Bumped version for java feature to 1.6.4 to reflect the changes

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/powershell/install_powershell_fallback_test.sh Fixed "validaiton" → "validation" and removed trailing whitespace
test/kubectl-helm-minikube/checkBashCompletion.sh Fixed "atomatically" → "automatically" in comment
test/aws-cli/checkBashCompletion.sh Fixed "atomatically" → "automatically" in comment
src/python/install.sh Fixed "alises" → "aliases" in comment
src/node/install.sh Fixed "apears" → "appears" and "compatiblity" → "compatibility" in comments
src/java/install.sh Fixed "apears" → "appears" in comment and removed trailing whitespace
src/java/devcontainer-feature.json Bumped version from 1.6.3 to 1.6.4
src/docker-outside-of-docker/devcontainer-feature.json Fixed "Re-use" → "Reuse" in description
src/docker-outside-of-docker/README.md Fixed "Re-use" → "Reuse" in description

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

@@ -1,9 +1,9 @@
{
"id": "docker-outside-of-docker",
"version": "1.6.5",
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The version should be bumped when making changes to a feature, even for documentation-only changes like this description fix. According to the CONTRIBUTING.md guidelines, features should follow semantic versioning (semver), and description changes in distributed packages typically warrant a patch version bump. Consider incrementing to version "1.6.6".

Suggested change
"version": "1.6.5",
"version": "1.6.6",

Copilot uses AI. Check for mistakes.
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