Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit c78cb69

Browse files
jbamptonljharb
authored andcommitted
[Tests] Fix spelling
1 parent 1c4077b commit c78cb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/PropTypesProductionStandalone-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe('PropTypesProductionStandalone', function() {
163163
});
164164

165165
describe('React ElementType Type', function() {
166-
it('shoud be a no-op', function() {
166+
it('should be a no-op', function() {
167167
expectThrowsInProduction(PropTypes.elementType.isRequired, false);
168168
expectThrowsInProduction(PropTypes.elementType.isRequired, {});
169169
});

0 commit comments

Comments
 (0)