Skip to content

docs: fix typos in comments#6276

Merged
KevinVandy merged 1 commit into
TanStack:alphafrom
parkhojeong:docs/fix-comment-typos
May 19, 2026
Merged

docs: fix typos in comments#6276
KevinVandy merged 1 commit into
TanStack:alphafrom
parkhojeong:docs/fix-comment-typos

Conversation

@parkhojeong
Copy link
Copy Markdown
Contributor

@parkhojeong parkhojeong commented May 18, 2026

🎯 Changes

Fix typos in comments

  • pagiantionpagination
  • positonposition

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm test:pr.

Summary by CodeRabbit

  • Documentation
    • Corrected spelling errors in code comments across example projects.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1bd41f48-6945-48e1-a3b8-440e5413e11f

📥 Commits

Reviewing files that changed from the base of the PR and between 24b36ff and 2a242ee.

📒 Files selected for processing (3)
  • examples/preact/column-pinning-sticky/src/index.css
  • examples/react/column-pinning-sticky/src/index.css
  • examples/vanilla/pagination/src/main.ts

📝 Walkthrough

Walkthrough

This PR corrects three comment spelling errors across example files: "positon" is changed to "position" in CSS comments for both Preact and React column-pinning-sticky examples, and "pagiantion" is corrected to "pagination" in the vanilla pagination example TypeScript comment. No code logic or styling is altered.

Changes

Documentation Comment Fixes

Layer / File(s) Summary
Comment typo corrections across examples
examples/preact/column-pinning-sticky/src/index.css, examples/react/column-pinning-sticky/src/index.css, examples/vanilla/pagination/src/main.ts
CSS comments corrected from "positon: sticky" to "position: sticky" in preact and react examples; TypeScript comment corrected from "pagiantion page size" to "pagination page size" in vanilla example.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Three typos hop away,
Position sticky—fixed today!
Pagination spins just right,
Comments glow with corrected light! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: fix typos in comments' is directly related to the changeset, which corrects spelling errors ('pagiantion' to 'pagination' and 'positon' to 'position') in code comments across multiple example files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parkhojeong parkhojeong marked this pull request as ready for review May 18, 2026 03:05
@KevinVandy KevinVandy merged commit d1446e3 into TanStack:alpha May 19, 2026
3 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.

2 participants