Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzherdev committed Jul 27, 2018
1 parent 159e540 commit 6f0d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-children-prop.md
Expand Up @@ -45,7 +45,7 @@ React.createElement("div", 'Child 1', 'Child 2')

### `allowFunctions`

When `true`, passing a function in the children prop is preferred.
When `true`, and passing a function as `children`, it must be in prop position and not child position.

The following patterns are considered warnings:

Expand Down

0 comments on commit 6f0d6f5

Please sign in to comment.