mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
docs(your-first-component.md): edit typo (#5543)
This commit is contained in:
@@ -296,7 +296,7 @@ Something isn't right about this `return` statement. Can you fix it?
|
||||
|
||||
<Hint>
|
||||
|
||||
You may get an "Unexpected token" error while trying to fix this. In that case, check the that semicolon appears *after* the closing parenthesis. Leaving a semicolon inside `return ( )` will cause an error.
|
||||
You may get an "Unexpected token" error while trying to fix this. In that case, check that the semicolon appears *after* the closing parenthesis. Leaving a semicolon inside `return ( )` will cause an error.
|
||||
|
||||
</Hint>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user