Skip to content

Commit a581ed7

Browse files
jajimajpneighborhood999
authored andcommitted
Fix an incorrect person's name (#6066)
1 parent 78d92c5 commit a581ed7

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 @@ export const recipes = [{
10861086

10871087
#### 帶有分隔線的列表 {/*list-with-a-separator*/}
10881088

1089-
這個範例展示了葛飾北斎一首著名的俳句,它的每一行都由 `<p>` 標籤包覆。你需要在段落之間插入分隔線,結果大概會像這個樣子
1089+
這個範例展示了葛飾北斎一首著名的俳句,它的每一行都由 `<p>` 標籤包覆。你需要在段落之間插入一個 `<hr />` 分隔線。你的結果大概會像這個樣子
10901090

10911091
```js
10921092
<article>

0 commit comments

Comments
 (0)