Skip to content

📚 Fix grammar error in performance.md - #402

Merged
chrisjsewell merged 2 commits into
executablebooks:masterfrom
nikolas:patch-1
Sep 9, 2026
Merged

chrisjsewell merged 2 commits into
executablebooks:masterfrom
nikolas:patch-1

Conversation

@nikolas

@nikolas nikolas commented May 29, 2026

Copy link
Copy Markdown
Contributor

it's -> its

@chrisjsewell chrisjsewell changed the title docs: Fix grammar error in performance.md 📚 Fix grammar error in performance.md Sep 9, 2026

@chrisjsewell chrisjsewell left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thanks

@chrisjsewell
chrisjsewell merged commit ffb8af4 into executablebooks:master Sep 9, 2026
12 checks passed
chrisjsewell pushed a commit that referenced this pull request Sep 9, 2026
## 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 extra `s`. (The unrelated `it's` → `its` fix on the same file is
already handled in #402, so it is intentionally left untouched here to
avoid duplicating that change.)
- **`docs/index.md`** and **`docs/using.md`**: update the CommonMark
specification link from `http://spec.commonmark.org/` to
`https://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 in `using.md`).

These are documentation-only changes; no code or tests are affected.

## Notes

- There is no corresponding open issue for these; they are minor
docs/typo corrections spotted while reading the documentation. Happy to
open an issue if the maintainers prefer one linked.
- I checked that no existing open PR already covers the `mistletoe's`
typo or these `http` → `https` spec-link updates (#402 only touches the
`it's`/`its` line).

## 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants