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): Fix repeated words #38113

Merged
merged 2 commits into from
Feb 11, 2025
Merged

fix(typos): Fix repeated words #38113

merged 2 commits into from
Feb 11, 2025

Conversation

bsmth
Copy link
Member

@bsmth bsmth commented Feb 11, 2025

Description

Fix some duplicate word typos, found using variations of this:

\b([a-zA-Z]{3,})\s+\1\b

Related issues and pull requests

Folow-up from:

@bsmth bsmth requested review from a team as code owners February 11, 2025 16:47
@bsmth bsmth requested review from Josh-Cena, hamishwillee, estelle, wbamberg and pepelsbey and removed request for a team February 11, 2025 16:47
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs Content:HTML Hypertext Markup Language docs Content:WebAPI Web API docs Content:JS JavaScript docs Content:Learn Learning area docs Content:HTTP HTTP docs Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed labels Feb 11, 2025
Copy link
Contributor

Preview URLs (13 pages)
Flaws (24)

Note! 9 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Learn_web_development/Getting_started/Environment_setup/Browsing_the_web
Title: Browsing the web
Flaw count: 2

  • broken_links:
    • /en-US/docs/Glossary/browser is ill cased
  • macros:
    • Macro produces link /en-US/docs/Glossary/browser which is a redirect

URL: /en-US/docs/Web/API/HTMLElement/focus
Title: HTMLElement: focus() method
Flaw count: 4

  • broken_links:
    • /en-US/docs/Glossary/shadow_tree is ill cased
    • /en-US/docs/Web/API/document/activeElement is ill cased
  • macros:
    • Macro produces link /en-US/docs/Glossary/shadow_tree which is a redirect
    • Macro produces link /en-US/docs/Web/API/document/activeElement which is a redirect

URL: /en-US/docs/Web/HTTP/Headers
Title: HTTP headers
Flaw count: 16

  • broken_links:
    • /en-US/docs/Glossary/digest is ill cased
    • /en-US/docs/Glossary/digest is ill cased
    • /en-US/docs/Glossary/source_map is ill cased
    • /en-US/docs/Glossary/effective_connection_type is ill cased
    • /en-US/docs/Web/API/navigator/globalPrivacyControl is ill cased
  • macros:
    • Macro produces link /en-US/docs/Glossary/digest which is a redirect
    • Macro produces link /en-US/docs/Glossary/digest which is a redirect
    • Macro produces link /en-US/docs/Glossary/source_map which is a redirect
    • Can't resolve /en-US/docs/Web/HTTP/Headers/Sec-CH-UA-Form-Factor
    • Can't resolve /en-US/docs/Web/HTTP/Headers/Sec-CH-UA-WoW64
    • and 5 more flaws omitted
  • unknown:
    • No generic content config found

URL: /en-US/docs/Web/CSS/CSS_grid_layout/Grid_layout_using_line-based_placement
Title: Grid layout using line-based placement
Flaw count: 2

  • broken_links:
    • /en-US/docs/Glossary/physical_properties is ill cased
  • macros:
    • Macro produces link /en-US/docs/Glossary/physical_properties which is a redirect
External URLs (4)

URL: /en-US/docs/Mozilla/Firefox/Releases/130
Title: Firefox 130 for developers


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime
Title: Temporal.ZonedDateTime

@Josh-Cena Josh-Cena merged commit a744488 into mdn:main Feb 11, 2025
7 checks passed
@bsmth bsmth deleted the typo branch February 11, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs Content:Firefox Content in the Mozilla/Firefox subtree Content:HTML Hypertext Markup Language docs Content:HTTP HTTP docs Content:JS JavaScript docs Content:Learn Learning area docs Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants