Skip to content
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

Implement Typos CI Workflow and Correct Spelling Errors Across the Project #45

Merged
merged 4 commits into from
Dec 6, 2023
Merged

Implement Typos CI Workflow and Correct Spelling Errors Across the Project #45

merged 4 commits into from
Dec 6, 2023

Conversation

liby
Copy link
Contributor

@liby liby commented Dec 6, 2023

Overview

This pull request introduces a significant enhancement to the project's code quality by implementing the typos tool. It serves to identify and correct spelling errors throughout the codebase. Additionally, a typos CI workflow has been configured to ensure ongoing spelling accuracy in future contributions.

Key Changes

  1. Spelling Corrections: All identified spelling mistakes have been corrected across various files in the project, improving the readability and professionalism of the code.

  2. Typos CI Workflow: The integration of typos into our continuous integration workflow adds an automatic spell check step. This ensures that new commits adhere to the same level of spelling accuracy, maintaining the overall quality of our code.

  3. Documentation Update: Where applicable, documentation has also been updated to reflect the spelling corrections.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 6, 2023
Copy link
Contributor

@nmn nmn left a comment

Choose a reason for hiding this comment

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

This looks really good. I just want to make sure it's configured to run on PRs.

.github/workflows/typos.yml Show resolved Hide resolved
@liby liby requested a review from nmn December 6, 2023 04:04
@nmn nmn merged commit fa2fd6e into facebook:main Dec 6, 2023
9 checks passed
@liby liby deleted the fix/typo-corrections-and-typos-ci branch December 6, 2023 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants