Skip to content

Commit a3124ba

Browse files
authored
Update typechecking-with-proptypes.md
1 parent a3bfd9e commit a3124ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/typechecking-with-proptypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88

99
> 주의
1010
>
11-
> `React.PropTypes`는 React v15.5부터 다른 패키지로 이동하였습니다. 대신 [ `prop-types` 라이브러리를](https://www.npmjs.com/package/prop-types) 사용하시길 바랍니다.
11+
> `React.PropTypes`는 React v15.5부터 다른 패키지로 이동하였습니다. 대신 [`prop-types` 라이브러리를](https://www.npmjs.com/package/prop-types) 사용하시길 바랍니다.
1212
>
1313
> 우리는 변환을 자동화하기 위하여 [codemod 스크립트를](/blog/2017/04/07/react-v15.5.0.html#migrating-from-reactproptypes) 제공하고 있습니다.
1414

0 commit comments

Comments
 (0)