Skip to content

Commit cf7bd9e

Browse files
committed
Modify translation of 'schedules'
1 parent b4cb47d commit cf7bd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/faq-state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: FAQ
88

99
### `setState`는 어떤 일을 하나요? {#what-does-setstate-do}
1010

11-
`setState()`는 컴포넌트의 `state` 객체에 대한 업데이트를 예약합니다. state가 변경되면, 컴포넌트는 다시 렌더링됩니다.
11+
`setState()`는 컴포넌트의 `state` 객체에 대한 업데이트를 실행합니다. state가 변경되면, 컴포넌트는 다시 렌더링됩니다.
1212

1313
### `state``props`의 차이점은 무엇인가요? {#what-is-the-difference-between-state-and-props}
1414

0 commit comments

Comments
 (0)