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

Fix spelling mistakes #6401

Merged
merged 15 commits into from Oct 11, 2022
Merged

Fix spelling mistakes #6401

merged 15 commits into from Oct 11, 2022

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Oct 11, 2022

Which issue, if any, is this issue related to?

Closes #6400

Is there anything in the PR that needs further explanation?

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

The misspellings have been reported at jsoref/IoT-For-Beginners@152f85d#commitcomment-86437888

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

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 <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
@changeset-bot
Copy link

changeset-bot bot commented Oct 11, 2022

⚠️ No Changeset found

Latest commit: 3ca0de7

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

Copy link
Contributor Author

@jsoref jsoref left a comment

Choose a reason for hiding this comment

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

Spelling corrections were generally suggested by Google Sheets. All fault mine.

- Removed: `--extract` and `extractSyleTagsFromHtml` options. Instead, [build](/docs/developer-guide/processors.md) and [use](/docs/user-guide/configure.md#processors) processors.
- Removed: `--extract` and `extractStyleTagsFromHtml` options. Instead, [build](/docs/developer-guide/processors.md) and [use](/docs/user-guide/configure.md#processors) processors.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

_privateVaribale: [],
_privateVariable: [],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

?

@@ -15,7 +15,7 @@ const sharedTests = {
description: 'ignore sass-like interpolation',
},
{
code: 'a { stroke: url(#gradiantA) }',
code: 'a { stroke: url(#gradientA) }',
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'm pretty sure nothing cares

@@ -109,7 +109,7 @@ testRule({
{
code: 'a:defined { }',
description:
'represents any element that has been defined; includes any standard element built in to the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).',
'represents any element that has been defined; includes any standard element built into the browser, and custom elements that have been successfully defined (i.e. with the CustomElementRegistry.define() method).',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

See 1.b.

expect(findAnimationName('3s @varialbe')).toEqual([]);
expect(findAnimationName('3s @variable')).toEqual([]);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

?

@jeddy3 jeddy3 changed the title Spelling Fix spelling mistakes Oct 11, 2022
Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

@jsoref Thank you. These all LGTM.

The changes to the tests themselves (rather than just the descriptions) are fine as they don't have any impact on them.

You're welcome to make further correction pull requests like this without opening an issue beforehand.

@jeddy3 jeddy3 merged commit 1fd5a15 into stylelint:main Oct 11, 2022
@jsoref jsoref deleted the spelling branch October 11, 2022 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Minor spelling errors
2 participants