diff --git a/docs/10.6-create-fragment.md b/docs/10.6-create-fragment.md index 28f932cd..92c5218c 100644 --- a/docs/10.6-create-fragment.md +++ b/docs/10.6-create-fragment.md @@ -18,7 +18,7 @@ var Swapper = React.createClass({ rightChildren: React.PropTypes.node, swapped: React.PropTypes.bool - } + }, render: function() { var children; if (this.props.swapped) {