Skip to content

Commit b2e58e3

Browse files
Laroikingcor
andauthored
Update src/content/learn/rendering-lists.md
Co-authored-by: Anton Ahatov <[email protected]>
1 parent 6c678e0 commit b2e58e3

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
@@ -980,7 +980,7 @@ export const recipes = [{
980980

981981
#### Извлечение компонента элемента списка {/*extracting-a-list-item-component*/}
982982

983-
Компонент `RecipeList` содержит два вложенных вызова map. Чтобы упростить его, извлеките компонент `Recipe`, который будет принимать пропсы `id`, `name` и `ingredients`. Где вы разместите внешний `key` и почему?
983+
Компонент `RecipeList` содержит два вложенных вызова `map`. Чтобы упростить его, извлеките компонент `Recipe`, который будет принимать пропсы `id`, `name` и `ingredients`. Где вы разместите внешний `key` и почему?
984984

985985
<Sandpack>
986986

0 commit comments

Comments
 (0)