Skip to content

Commit

Permalink
typo: missing react/
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed May 6, 2019
1 parent f39829f commit 89113e5
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 89113e5

Please sign in to comment.