Skip to content

Commit

Permalink
[Docs] static-property-placement: typo: missing react/
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos authored and ljharb committed May 6, 2019
1 parent a8af8ea commit 4a4fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/static-property-placement.md
@@ -1,4 +1,4 @@
# Enforces where React component static properties should be positioned. (static-property-placement)
# Enforces where React component static properties should be positioned. (react/static-property-placement)

This rule allows you to enforce where `childContextTypes`, `contextTypes`, `contextType`, `defaultProps`, `displayName`,
and `propTypes` are declared in an ES6 class.
Expand Down

0 comments on commit 4a4fde5

Please sign in to comment.