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 typos #340

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Fix typos #340

merged 1 commit into from
Aug 12, 2024

Conversation

szepeviktor
Copy link
Contributor

@szepeviktor szepeviktor commented Aug 11, 2024

Description of the Change

Found few misspellings.

https://github.com/crate-ci/typos

Credits

Props @szepeviktor

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

Comment on lines -35 to 38
const backgroundPatternColorClassName = `has-${backgroundPatternColor}-background-patern-color`;
const backgroundPatternShapeClassName = `has-${backgroundPatternShape}-background-patern-shape`;
const backgroundPatternColorClassName = `has-${backgroundPatternColor}-background-pattern-color`;
const backgroundPatternShapeClassName = `has-${backgroundPatternShape}-background-pattern-shape`;

return `has-background-pattern ${backgroundPatternColorClassName} ${backgroundPatternShapeClassName}`;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is indentation missing in this function?

Copy link
Member

@fabiankaegy fabiankaegy left a comment

Choose a reason for hiding this comment

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

Thanks for these fixes 🚀

@fabiankaegy fabiankaegy added the [Type] Documentation Improvements or additions to documentation label Aug 12, 2024
@fabiankaegy fabiankaegy merged commit 7fa875d into 10up:develop Aug 12, 2024
1 of 2 checks passed
@szepeviktor
Copy link
Contributor Author

Glad to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants