Skip to content

chore: add typos ci, fix typos in readme - #523

Merged
kemingy merged 1 commit into
0b01001001:mainfrom
kemingy:readme_typos
Sep 2, 2026
Merged

kemingy merged 1 commit into
0b01001001:mainfrom
kemingy:readme_typos

Conversation

@kemingy

@kemingy kemingy commented Sep 2, 2026

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Keming <kemingy94@gmail.com>
Copilot AI lite review requested due to automatic review settings September 2, 2026 17:04
@kemingy
kemingy added this pull request to the merge queue Sep 2, 2026

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.

🟢 Approval recommended

Changes are low-risk documentation/CI updates, and the remaining feedback is limited to minor doc wording improvements.

Pull request overview

This PR tightens documentation wording in the README and adds a typos check to the documentation CI workflow so documentation-related changes are automatically spellchecked during CI.

Changes:

  • Fixes a couple of typos/wording issues in README.md.
  • Runs crate-ci/typos as part of the pythondoc workflow and expands the workflow path filters to include README.md.
  • Updates the CodeQL action bundle pin and bumps actions/deploy-pages patch version.
File summaries
File Description
README.md Corrects wording/typos in documentation sections.
.github/workflows/pythondoc.yml Adds typos check step and triggers on README.md; updates Pages deploy action pin.
.github/workflows/codeql.yml Updates pinned CodeQL action bundle version.
Review details

Suppressed comments (1)

README.md:219

  • This sentence has a couple of grammatical issues ("corresponds to define" and missing articles). Rephrasing improves readability in the docs.
1. You can enforce security on individual API endpoints by defining the `security` argument in the `spec.validate` decorator of relevant function/method (this corresponds to define security section on operation level, under `paths`, in `OpenAPI`). `security` argument is defined as a dictionary, where each key is the name of security used in `security_schemes` argument of `SpecTree` constructor and its value is required security scope, as is shown in the following example:
  • Files reviewed: 3/3 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md
Comment on lines 188 to +190
Before v1.3.0, this only skip the response validation.

Starts from v1.3.0, this will skip all the validations. As an result, you won't be able to access the validated data from `context`.
Starts from v1.3.0, this will skip all the validations. As a result, you won't be able to access the validated data from `context`.
Merged via the queue into 0b01001001:main with commit 070c0f0 Sep 2, 2026
12 checks passed
@kemingy
kemingy deleted the readme_typos branch September 2, 2026 17:07
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