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 #13476

Merged
merged 3 commits into from
Oct 17, 2023
Merged

Fix typos #13476

merged 3 commits into from
Oct 17, 2023

Conversation

szepeviktor
Copy link
Contributor

@szepeviktor szepeviktor commented Oct 17, 2023

Summary

Pascal broke the Internet (again).
Here is the fix.

@swissspidy Found some misspellings.

User-facing changes

None.

@szepeviktor
Copy link
Contributor Author

.typos.toml configuration for the willing.

[files]
extend-exclude = [
    ".git/",
    "includes/data/fonts/fonts.json",
    "packages/fonts/src/fonts.json",
    "tests/phpunit/integration/data/amp.dev.html",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "Conde Nast",
    "Barceloneta",
    "st, nd, rd",
    "'__WEB_STORIES_ENCODED__\\S+'",
    "Hel\\S{1,2}lo",
    "Hel\\[l<b><i>o",
    "Hell\\[o Worl\\]d",
    "editorStateHel",
]

[default.extend-words]
"optin" = "optin"
"parms" = "parms"
"seeked" = "seeked"
"xdescribe" = "xdescribe"

@@ -9,7 +9,7 @@
"type": "string"
},
"productUrl": {
"description": "Links to the product's website, whne the buy now button is clicked.",
"description": "Links to the product's website, when the buy now button is clicked.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Upstream fix: ampproject/amphtml#39559

@swissspidy
Copy link
Collaborator

@szepeviktor Thank you! Good idea to add this GitHub Action.

@swissspidy swissspidy merged commit 5ae0d73 into GoogleForCreators:main Oct 17, 2023
34 of 37 checks passed
@szepeviktor szepeviktor deleted the fix-more-typos branch October 17, 2023 11:25
@szepeviktor
Copy link
Contributor Author

Good idea to add this GitHub Action.

Here is your membership to the Library of Viktor Workflows.

https://github.com/szepeviktor/byte-level-care/tree/master/.github/workflows

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