Skip to content

Commit 455f7dd

Browse files
ABluedhg-pyun
andauthored
Update typechecking-with-proptypes.md (#325)
Co-authored-by: Haegul Pyun <[email protected]>
1 parent 5918426 commit 455f7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/typechecking-with-proptypes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ MyComponent.propTypes = {
8888
fontSize: PropTypes.number
8989
}),
9090

91-
// An object with warnings on extra properties
91+
// 추가 프로퍼티에 대한 경고가 있는 객체
9292
optionalObjectWithStrictShape: PropTypes.exact({
9393
name: PropTypes.string,
9494
quantity: PropTypes.number

0 commit comments

Comments
 (0)