Browse Source

Simplify comment.

main
Kunal Mehta 11 years ago
parent
commit
80947848f2
  1. 2
      tips/16-references-to-components.md

2
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 = <MyComponent />; // This is just a descriptor.
// Some code here, possibly using static methods...
// Some code here...
myComponent = React.renderComponent(myComponent, myContainer);
```

Loading…
Cancel
Save