Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ function App() {
<p className="small">
Edit <code>src/App.js</code> and save to reload.
</p>
<span>hello, whats yoru name? hhh

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cuining Hello! I see you've tagged me. How can I assist you with this PR? Would you like me to review the changes, help with something specific, or do you have any questions about the code?

🐰
^_^

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cuining Hello! I see you've tagged me. How can I assist you with this PR? Would you like me to review the changes, help with something specific, or do you have any questions about the code?

🐰 ^_^
check spell error

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderabbitai check spell error

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cuining I found a couple of spelling errors in the text you added:

In the new span element on line 14, the text "hello, whats yoru name? hhh" has two spelling issues:

  1. "whats" should be "what's" (missing apostrophe for the contraction)
  2. "yoru" should be "your" (typo)

The corrected text would be:

<span>hello, what's your name? hhh
</span>

🐰
( o.o )

^ <

@cuining cuining Aug 14, 2025

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you help me fix it @coderabbitai

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ask remove 'hhh'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove the trailing hhh text and close the tag properly.

  • Suggested fix:

    Replace:
    <span>hello, whats yoru name? hhh

    With:
    <span>hello, what's your name?</span>

</span>

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

www

<p>
<a
className="App-link"
Expand Down