mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Fix an incorrect person's name (#6066)
This commit is contained in:
@@ -1086,7 +1086,7 @@ Here, `<Recipe {...recipe} key={recipe.id} />` is a syntax shortcut saying "pass
|
||||
|
||||
#### List with a separator {/*list-with-a-separator*/}
|
||||
|
||||
This example renders a famous haiku by Katsushika Hokusai, with each line wrapped in a `<p>` tag. Your job is to insert an `<hr />` separator between each paragraph. Your resulting structure should look like this:
|
||||
This example renders a famous haiku by Tachibana Hokushi, with each line wrapped in a `<p>` tag. Your job is to insert an `<hr />` separator between each paragraph. Your resulting structure should look like this:
|
||||
|
||||
```js
|
||||
<article>
|
||||
|
||||
Reference in New Issue
Block a user