-
Notifications
You must be signed in to change notification settings - Fork 439
docs: fix typo on index.md #712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughSpelling corrections in two documentation files, fixing the misspelling of "execrise" to "exercise" in the Assignment sections of the getting-started tutorial. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/tutorial/getting-started/status-and-headers/index.md(1 hunks)docs/tutorial/getting-started/validation/index.md(1 hunks)
| ## Assignment | ||
|
|
||
| Let's execrise what we have learned. | ||
| Let's exercise what we have learned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo corrected: "execrise" → "exercise" and added missing "Let's" prefix.
User-facing text quality improvement. The spelling correction and grammatical refinement enhance clarity for tutorial readers.
🤖 Prompt for AI Agents
In docs/tutorial/getting-started/status-and-headers/index.md around line 96, fix
the user-facing sentence by correcting the typo "execrise" to "exercise" and add
the missing "Let's" prefix so the line reads "Let's exercise what we have
learned." Make the edit directly in that line to improve grammar and clarity.
| ## Assignment | ||
|
|
||
| Let's execrise what we have learned. | ||
| Let's exercise what we have learned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo corrected: "execrise" → "exercise".
User-facing text quality improvement. The spelling correction enhances clarity for tutorial readers.
🤖 Prompt for AI Agents
In docs/tutorial/getting-started/validation/index.md around line 124, fix the
typo "execrise" to "exercise" in the sentence so the user-facing text reads
correctly; update the word and save the file to improve clarity for tutorial
readers.
I fixed a small typo I found in the Let’s Get Started Playground while using it.
Summary by CodeRabbit