Skip to content

docs: Fix typos in documentation and code comments#477

Merged
pawamoy merged 1 commit into
mkdocstrings:mainfrom
maxtaran2010:fix-typos
Jul 8, 2026
Merged

docs: Fix typos in documentation and code comments#477
pawamoy merged 1 commit into
mkdocstrings:mainfrom
maxtaran2010:fix-typos

Conversation

@maxtaran2010

Copy link
Copy Markdown
Contributor

This PR fixes a handful of genuine spelling typos found in the documentation and a code comment. No behavior changes.

File Before After
docs/guide/users/navigating.md (x4) everytime / Everytime every time / Every time
docs/guide/users/how-to/support-decorators.md (x3) suport support
docs/guide/users/how-to/set-docstring-styles.md easly easily
docs/extensions/built-in/dataclasses.md explictly explicitly
packages/griffelib/src/griffe/_internal/expressions.py precendence precedence

All changes are prose/comment-only.

Copilot AI review requested due to automatic review settings July 8, 2026 08:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects several spelling typos in user-facing documentation and one internal code comment, with no intended behavior changes.

Changes:

  • Fixes “everytime/Everytime” → “every time/Every time” in the navigation guide.
  • Fixes “suport” → “support”, “easly” → “easily”, and “explictly” → “explicitly” across various docs pages.
  • Fixes “precendence” → “precedence” in a comment in the expressions precedence mapping.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/guide/users/navigating.md Spelling corrections in prose describing member access/caching.
docs/guide/users/how-to/support-decorators.md Fixes a repeated typo in example docstrings inside code blocks.
docs/guide/users/how-to/set-docstring-styles.md Corrects a typo in the opening explanatory paragraph.
docs/extensions/built-in/dataclasses.md Corrects a typo in the extension usage guidance.
packages/griffelib/src/griffe/_internal/expressions.py Fixes a typo in an explanatory comment about operator precedence.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pawamoy pawamoy 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 a lot!

@pawamoy

pawamoy commented Jul 8, 2026

Copy link
Copy Markdown
Member

Oh also, please check your settings so that Copilot is not invoked for each PR you send :) at least not on my projects 🙏

@pawamoy pawamoy merged commit e1d7386 into mkdocstrings:main Jul 8, 2026
34 checks passed
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.

3 participants