Skip to content

Commit caece41

Browse files
author
Junji UEHARA
committed
changes about spaces
1 parent 3bb747c commit caece41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/warnings/dont-call-proptypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default function deprecated(propType, explanation) {
8282
}
8383
```
8484

85-
誤検知を修正するには、**すべての**引数をラップされた PropType に渡してください。これはES6の `...rest` 記法で簡単に行えます。
85+
誤検知を修正するには、**すべての**引数をラップされた PropType に渡してください。これは ES6 の `...rest` 記法で簡単に行えます。
8686

8787
```javascript
8888
export default function deprecated(propType, explanation) {

0 commit comments

Comments
 (0)