Skip to content

Commit ba394d2

Browse files
committed
Fix wording in docs
1 parent 4f00455 commit ba394d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-sort-default-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Component.defaultProps = {
4949
};
5050
```
5151

52-
The following patterns are considered okay and do not cause warnings:
52+
The following patterns are considered okay and do **not** cause warnings:
5353

5454
```jsx
5555
var Component = createReactClass({

0 commit comments

Comments
 (0)