-
Notifications
You must be signed in to change notification settings - Fork 373
Fix typo in comments layout description #724
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -25,7 +25,7 @@ export default class Layout extends Component { | |||||||||||||
| </p> | ||||||||||||||
| <h2 className="mt-3 text-3xl text-slate-900 sm:text-4xl">The same comments app, with routing.</h2> | ||||||||||||||
| <p className="mt-3 max-w-2xl text-sm leading-7 text-slate-600 sm:text-base"> | ||||||||||||||
| Use the pills to view the comments route, a plain routed screen, and a redirect back to root. | ||||||||||||||
| Sasah, Use the pills to view the comments route, a plain routed screen, and a redirect back to root. | ||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This change introduces a problem rather than fixing one.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The word
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the newly introduced user-facing typo ( Line 28 appears to introduce a typo in the demo description copy, which conflicts with the typo-fix intent of this PR. Suggested patch- Sasah, Use the pills to view the comments route, a plain routed screen, and a redirect back to root.
+ Sasha, Use the pills to view the comments route, a plain routed screen, and a redirect back to root.📝 Committable suggestion
Suggested change
🧰 Tools🪛 ESLint[error] 28-28: Insert (prettier/prettier) 🤖 Prompt for AI Agents |
||||||||||||||
| </p> | ||||||||||||||
| </div> | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
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.
Accidentally committed text in UI description
Medium Severity
The string
"Sasah, "was prepended to the user-facing description text. This appears to be accidentally committed personal text (possibly a name or test string) rather than an intentional typo fix. It will be visible to all users in the rendered UI.Reviewed by Cursor Bugbot for commit 8aed2f3. Configure here.