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 some awkward hyperlink formatting #11740

Merged
merged 2 commits into from
Jan 5, 2022
Merged

Fix some awkward hyperlink formatting #11740

merged 2 commits into from
Jan 5, 2022

Conversation

igaboo
Copy link
Contributor

@igaboo igaboo commented Jan 5, 2022

fixed typo on line 13

Summary

I fixed a simple typo on a hyperlink, the entire word was not clickable.

Motivation

Rids of a simple distraction, hopefully leads to less miss clicks on the single letter that was left without a hyperlink

Supporting details

Related issues

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • [x ] Fixes a typo, bug, or other error

fixed typo on line 13
@igaboo igaboo requested a review from a team as a code owner January 5, 2022 06:10
@igaboo igaboo requested review from teoli2003 and removed request for a team January 5, 2022 06:10
@netlify
Copy link

netlify bot commented Jan 5, 2022

✔️ Deploy Preview for mdn-contributor canceled.

🔨 Explore the source changes: 9ac24a1

🔍 Inspect the deploy log: https://app.netlify.com/sites/mdn-contributor/deploys/61d5bed5a204550008b89826

@github-actions github-actions bot added the Content:JS JavaScript docs label Jan 5, 2022
Copy link
Contributor

@RIAEvangelist RIAEvangelist left a comment

Choose a reason for hiding this comment

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

This fix will break the link. The errant s in question here needs to go into the square brackets of the displayed word, not in the parens modifying the link href.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2022

@sideshowbarker sideshowbarker changed the title Update index.md Fix some awkward hyperlink formatting Jan 5, 2022
@sideshowbarker sideshowbarker merged commit dba2c58 into mdn:main Jan 5, 2022
wbamberg added a commit to wbamberg/content that referenced this pull request Jan 5, 2022
…ed-js

* upstream/main: (286 commits)
  MediaQueryList removeListener depreciation (mdn#11749)
  Update index.md to make text time independent (mdn#11748)
  Corrected typos in multiple pages (mdn#11746)
  Fix some awkward hyperlink formatting (mdn#11740)
  HTMLElement .offset[height|left|parent|top|width] are stable removed experimental icon (mdn#11741)
  Typo (mdn#11742)
  Fix comments (mdn#11756)
  Restore line breaks in the `<dd>`s (mdn#11757)
  Added clarification when property reflects the HTML attribute (mdn#11751)
  Bump technote-space/get-diff-action from 5.0.2 to 6.0.1 (mdn#11755)
  Change "validate" to "check" (mdn#11550)
  Clarify behavior of Array.p.lastIndexOf() fromIndex arg (mdn#11731)
  FF97 Add experimental feature for ScreenOrientation.lock() (mdn#11705)
  Correcting one of the example provided (mdn#11709)
  Adds support for AbortSignal.reason and related items (mdn#11708)
  Added documentation on missing property (mdn#11721)
  Bump @mdn/yari from 0.5.4 to 0.6.6 (mdn#11722)
  Fix: bring gl.FRAMEBUFFER target in line with  the spec (mdn#11732)
  ScreenOrientation.lock() updates for FF97 (mdn#11684)
  Reword actualBoundingBoxLeft description (mdn#11290)
  ...
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:JS JavaScript docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants