Skip to content

docs: fix typos, broken links, and add frontmatter descriptions#850

Merged
vdusek merged 3 commits intomasterfrom
docs/fix-typos-and-add-frontmatter-descriptions
Apr 2, 2026
Merged

docs: fix typos, broken links, and add frontmatter descriptions#850
vdusek merged 3 commits intomasterfrom
docs/fix-typos-and-add-frontmatter-descriptions

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 2, 2026

Summary

  • Fix multiple typos across doc pages: missing spaces after commas, "automatiacally" → "automatically", "connectionthrough" → "connection through", "To make you Actor" → "To make your Actor"
  • Fix broken README guide links (outdated slugs) and a code bug (actor_input['url']request.url)
  • Remove ty: ignore comments from doc code examples by using proper WebhookEventType enum; add invalid-argument-type = "ignore" override for docs in pyproject.toml
  • Add description frontmatter field to all 21 doc pages for SEO
  • Remove unused sidebar_label fields and unquote existing descriptions in introduction pages

🤖 Generated with Claude Code

Fix typos (missing spaces after commas, misspellings), broken README guide links,
a code bug in README example, remove ty:ignore comments from doc code examples
by using proper enum types, and add SEO description fields to all doc pages.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 2, 2026
@vdusek vdusek self-assigned this Apr 2, 2026
@github-actions github-actions bot added this to the 137th sprint - Tooling team milestone Apr 2, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.64%. Comparing base (b40ad69) to head (7e9b3b2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #850   +/-   ##
=======================================
  Coverage   86.64%   86.64%           
=======================================
  Files          48       48           
  Lines        2920     2920           
=======================================
  Hits         2530     2530           
  Misses        390      390           
Flag Coverage Δ
e2e 37.87% <ø> (ø)
integration 59.28% <ø> (ø)
unit 74.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

vdusek and others added 2 commits April 2, 2026 21:24
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek merged commit bbd0d21 into master Apr 2, 2026
31 checks passed
@vdusek vdusek deleted the docs/fix-typos-and-add-frontmatter-descriptions branch April 2, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants