Skip to content

Commit

Permalink
Fix wording in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
b0gok committed Jan 11, 2018
1 parent 4f00455 commit ba394d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/jsx-sort-default-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Component.defaultProps = {
};
```

The following patterns are considered okay and do not cause warnings:
The following patterns are considered okay and do **not** cause warnings:

```jsx
var Component = createReactClass({
Expand Down

0 comments on commit ba394d2

Please sign in to comment.