Fix some awkward hyperlink formatting#11740
Merged
sideshowbarker merged 2 commits intomdn:mainfrom Jan 5, 2022
oobagi:patch-1
Merged
Fix some awkward hyperlink formatting#11740sideshowbarker merged 2 commits intomdn:mainfrom oobagi:patch-1
sideshowbarker merged 2 commits intomdn:mainfrom
oobagi:patch-1
Conversation
fixed typo on line 13
|
✔️ Deploy Preview for mdn-contributor canceled. 🔨 Explore the source changes: 9ac24a1 🔍 Inspect the deploy log: https://app.netlify.com/sites/mdn-contributor/deploys/61d5bed5a204550008b89826 |
Contributor
RIAEvangelist
left a comment
There was a problem hiding this comment.
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.
files/en-us/web/javascript/reference/statements/for...in/index.md
Outdated
Show resolved
Hide resolved
Contributor
Preview URLsFlawsNone! 🎉 External URLsURL: No new external URLs |
sideshowbarker
approved these changes
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) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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