Fix spelling/grammar in test comment

This commit is contained in:
Ben Alpert
2014-07-02 14:09:38 -07:00
parent a02b6b3d7f
commit c8d9957f68
@@ -112,8 +112,8 @@ describe('ReactCompositeComponent', function() {
it('should give context for PropType errors in nested components.', () => {
// In this test, we're making sure that if a proptype error is found in a
// component, we give a smal hint as to which parent instantiated that
// component as per warnings about key-usage in ReactDescriptorValidator.
// component, we give a small hint as to which parent instantiated that
// component as per warnings about key usage in ReactDescriptorValidator.
spyOn(console, 'warn');
var MyComp = React.createClass({
propTypes: {