diff --git a/tips/16-references-to-components.md b/tips/16-references-to-components.md index a8ce67ee..00b615a9 100644 --- a/tips/16-references-to-components.md +++ b/tips/16-references-to-components.md @@ -23,7 +23,7 @@ Descriptors also contain any methods that you define in the [statics](http://fac var myComponent = ; // This is just a descriptor. -// Some code here, possibly using static methods... +// Some code here... myComponent = React.renderComponent(myComponent, myContainer); ```