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

Spelling #760

Merged
merged 9 commits into from
Mar 1, 2022
Merged

Spelling #760

merged 9 commits into from
Mar 1, 2022

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Feb 27, 2022

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@5f4b8a9#commitcomment-67548952

The action reports that the changes in this PR would make it happy: jsoref@86e02c6

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@jsoref jsoref requested a review from a team as a code owner February 27, 2022 05:50
@jsoref jsoref requested a review from ashygee February 27, 2022 05:50
@changeset-bot
Copy link

changeset-bot bot commented Feb 27, 2022

⚠️ No Changeset found

Latest commit: 4ab7155

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

- We've given Octicons a new look ✨ Some icons have new names and some icons haven't been redesigned yet. The following table documents those changes. If you're using an octicon in v9.x that doesn't have an equivelent in v10.0 yet, let us know by [opening an issue](https://github.com/primer/octicons/issues/new?assignees=&labels=icon+request&template=icon-request.md&title=%5BIcon+request%5D).
- We've given Octicons a new look ✨ Some icons have new names and some icons haven't been redesigned yet. The following table documents those changes. If you're using an octicon in v9.x that doesn't have an equivalent in v10.0 yet, let us know by [opening an issue](https://github.com/primer/octicons/issues/new?assignees=&labels=icon+request&template=icon-request.md&title=%5BIcon+request%5D).
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've excluded this file from checks because the other two items in it were reports of corrections to misspellings.

This item doesn't appear to be intentional.

| **[@primer/octicons](/lib/octicons_node)** <br />Node.js package with Javascript API | [![npm version](https://img.shields.io/npm/v/@primer/octicons.svg)](https://www.npmjs.org/package/@primer/octicons) |
| **[@primer/octicons](/lib/octicons_node)** <br />Node.js package with JavaScript API | [![npm version](https://img.shields.io/npm/v/@primer/octicons.svg)](https://www.npmjs.org/package/@primer/octicons) |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This (brand item) is flagged by a distinct check that is still fairly experimental.

Comment on lines -68 to +71
const tranparent = rgba(color, 0)
return `linear-gradient(${angle}deg, ${tranparent}, ${tranparent} ${Math.floor(
const transparent = rgba(color, 0)
return `linear-gradient(${angle}deg, ${transparent}, ${transparent} ${Math.floor(
size / 2
)}px, ${color}, ${tranparent} ${Math.floor(size / 2) + 1}px)`
)}px, ${color}, ${transparent} ${Math.floor(size / 2) + 1}px)`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

While the comment appears to be suggesting that WebKit browsers wouldn't like seeing transparent in CSS, I don't think it's saying that they'd object to it in JavaScript.

"grabber": ["mover", "drap", "drop", "sort"],
"grabber": ["mover", "drag", "drop", "sort"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is probably the scariest change.

@ashygee ashygee requested a review from colebemis March 1, 2022 17:04
@ashygee
Copy link
Contributor

ashygee commented Mar 1, 2022

@jsoref Thank you so much for this contribution! I have assigned @colebemis to review this since this has some changes to our codebase.

@ashygee ashygee removed their request for review March 1, 2022 17:09
Copy link
Contributor

@colebemis colebemis left a comment

Choose a reason for hiding this comment

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

This is great, @jsoref! ❤️

If you want to set up the spelling action in our repos, I'd be happy to review!

@colebemis colebemis enabled auto-merge (squash) March 1, 2022 18:06
@colebemis colebemis merged commit b2b7a7e into primer:main Mar 1, 2022
@jsoref jsoref deleted the spelling branch March 1, 2022 18:15
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.

3 participants