docs: fix typo and use HTTPS for CommonMark spec links#408
Open
deeferentleeg wants to merge 3 commits into
Open
docs: fix typo and use HTTPS for CommonMark spec links#408deeferentleeg wants to merge 3 commits into
deeferentleeg wants to merge 3 commits into
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
A few small documentation fixes across
docs/:docs/performance.md: fix a typo in footnote[^2]—mistletoes's→mistletoe's. The project being referenced is named mistletoe (singular), so the possessive was incorrectly formed with an extras. (The unrelatedit's→itsfix on the same file is already handled in docs: Fix grammar error in performance.md #402, so it is intentionally left untouched here to avoid duplicating that change.)docs/index.mdanddocs/using.md: update the CommonMark specification link fromhttp://spec.commonmark.org/tohttps://spec.commonmark.org/. The site serves over HTTPS and this keeps the docs consistent with the HTTPS links already used elsewhere in the project (e.g. the GitHub Flavored Markdown link inusing.md).These are documentation-only changes; no code or tests are affected.
Notes
mistletoe'stypo or thesehttp→httpsspec-link updates (docs: Fix grammar error in performance.md #402 only touches theit's/itsline).AI usage disclosure
An AI assistant was used to help locate the relevant code and draft this change. I have reviewed and understand every line of the diff, and I am the sole author of this contribution.