Skip to content

Commit a9d609e

Browse files
committed
chore: remove redundant spaces
1 parent ec71cbf commit a9d609e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/learn/rendering-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Warning: Each child in a list should have a unique "key" prop.
289289

290290
</ConsoleBlock>
291291

292-
这是因为你必须给数组中的每一项都指定一个 `key` ———— 它可以是字符串或数字的形式,只要能唯一标识出各个数组项就行:
292+
这是因为你必须给数组中的每一项都指定一个 `key`————它可以是字符串或数字的形式,只要能唯一标识出各个数组项就行:
293293

294294
```js
295295
<li key={person.id}>...</li>

0 commit comments

Comments
 (0)