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

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 4, 2020
1 parent 1c4077b commit b89a65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/PropTypesProductionStandalone-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('PropTypesProductionStandalone', function() {
});

describe('React ElementType Type', function() {
it('shoud be a no-op', function() {
it('should be a no-op', function() {
expectThrowsInProduction(PropTypes.elementType.isRequired, false);
expectThrowsInProduction(PropTypes.elementType.isRequired, {});
});
Expand Down

0 comments on commit b89a65c

Please sign in to comment.