Skip to content

Commit 9e277a7

Browse files
final changes to translation of list and keys
1 parent 33c74ab commit 9e277a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/lists-and-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const todoItems = todos.map((todo, index) =>
136136

137137
### Key के साथ कौम्पोनॅन्टस निकालना {#extracting-components-with-keys}
138138

139-
Keys केवल उनके array के लिए ही होती है
139+
Keys केवल आस-पास के array के संदर्भ में ही समझ में आती हैं
140140

141141
उदाहरण के लिए, यदि आप एक ListItem कौम्पोनॅन्ट को [निकालते](/docs/components-and-props.html#extracting-components) हैं, तो आपको key `ListItem` के `<li>` एलिमेंट पर रखने के बजाये array में `<ListItem />` एलिमेंट पर रखनी चाहिए।
142142

0 commit comments

Comments
 (0)