Skip to content

Commit ff1bc4a

Browse files
committed
Fix grammer error
1 parent 1322ec4 commit ff1bc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/state-and-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Because `this.props` and `this.state` may be updated asynchronously, you should
410410
`this.props``this.state`가 비동기적으로 업데이트될 수 있기 때문에 다음 state를 계산할 때 해당 값에 의존해서는 안 됩니다.
411411

412412
For example, this code may fail to update the counter:
413-
예를 들어 다음 코드는 카운터 업데이트에 실패할 수 있습니다.
413+
예를 들어, 다음 코드는 카운터 업데이트에 실패할 수 있습니다.
414414

415415
```js
416416
// Wrong

0 commit comments

Comments
 (0)