Skip to content

Commit 078e388

Browse files
committed
docs: update translation to specify state and improve readability
1 parent aa024a4 commit 078e388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/preserving-and-resetting-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ button {
20822082
<li key={i}>
20832083
```
20842084
2085-
하지만 state가 _각 특정 연락처_ 와 연관되기를 바랍니다.
2085+
하지만 확장 state는 _각 특정 연락처_ 와 연관되어야 합니다.
20862086
20872087
대신 연락처 ID를 `key`로 사용해서 문제를 해결할 수 있습니다.
20882088

0 commit comments

Comments
 (0)