Browse Source

Removed an unnecessary new-line

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
0021670de2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/docs/typechecking-with-proptypes.md

1
content/docs/typechecking-with-proptypes.md

@ -172,7 +172,6 @@ If you are using a Babel transform like [transform-class-properties](https://bab
```javascript
class Greeting extends React.Component {
static defaultProps = {
name: 'stranger'
}

Loading…
Cancel
Save