diff --git a/src/content/learn/rendering-lists.md b/src/content/learn/rendering-lists.md
index 32f81c44707..c8032f0cd3f 100644
--- a/src/content/learn/rendering-lists.md
+++ b/src/content/learn/rendering-lists.md
@@ -1088,7 +1088,7 @@ Here, `` is a syntax shortcut saying "pass
#### List with a separator {/*list-with-a-separator*/}
-This example renders a famous haiku by Tachibana Hokushi, with each line wrapped in a `
` tag. Your job is to insert an `
` separator between each paragraph. Your resulting structure should look like this:
+This example renders a famous haiku by Katsushika Hokusai, with each line wrapped in a `` tag. Your job is to insert an `
` separator between each paragraph. Your resulting structure should look like this:
```js