diff --git a/docs/rules/jsx-sort-default-props.md b/docs/rules/jsx-sort-default-props.md index f7a3c498b7..6c0e1725cc 100644 --- a/docs/rules/jsx-sort-default-props.md +++ b/docs/rules/jsx-sort-default-props.md @@ -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({