Skip to content

Commit c8d9957

Browse files
committed
Fix spelling/grammar in test comment
1 parent a02b6b3 commit c8d9957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/__tests__/ReactCompositeComponent-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ describe('ReactCompositeComponent', function() {
112112

113113
it('should give context for PropType errors in nested components.', () => {
114114
// In this test, we're making sure that if a proptype error is found in a
115-
// component, we give a smal hint as to which parent instantiated that
116-
// component as per warnings about key-usage in ReactDescriptorValidator.
115+
// component, we give a small hint as to which parent instantiated that
116+
// component as per warnings about key usage in ReactDescriptorValidator.
117117
spyOn(console, 'warn');
118118
var MyComp = React.createClass({
119119
propTypes: {

0 commit comments

Comments
 (0)