Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes about spaces
  • Loading branch information
uehaj committed Feb 5, 2019
commit 0cc5c85abc4488ef9a12876cd2fe33d7a021d137
2 changes: 1 addition & 1 deletion content/warnings/dont-call-proptypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function deprecated(propType, explanation) {
}
```

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

```javascript
export default function deprecated(propType, explanation) {
Expand Down