-
Notifications
You must be signed in to change notification settings - Fork 178
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
Fix typos #13476
Conversation
[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.", |
There was a problem hiding this comment.
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
@szepeviktor Thank you! 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 |
Summary
Pascal broke the Internet (again).
Here is the fix.
@swissspidy Found some misspellings.
User-facing changes
None.