Fix an incorrect person's name (#6066)

This commit is contained in:
jajima
2023-09-26 12:56:16 +09:00
committed by GitHub
parent 62b9b4519b
commit 2dbd19531f

View File

@@ -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>