Skip to content

Commit 2dbd195

Browse files
authored
Fix an incorrect person's name (#6066)
1 parent 62b9b45 commit 2dbd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/rendering-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ Here, `<Recipe {...recipe} key={recipe.id} />` is a syntax shortcut saying "pass
10861086

10871087
#### List with a separator {/*list-with-a-separator*/}
10881088

1089-
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:
1089+
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:
10901090

10911091
```js
10921092
<article>

0 commit comments

Comments
 (0)