Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 17, 2018
1 parent 3723a53 commit 8bd52cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ describe('SyntheticEvent', () => {
// but it shouldn't use Proxies because they making debugging difficult.
// Or we might disallow this pattern altogether:
// https://github.com/facebook/react/issues/13224
xit('should warn if synthetic event is added a property', () => {
xit('should warn if a property is added to the synthetic event', () => {
let node;
let expectedCount = 0;
let syntheticEvent;
Expand Down

0 comments on commit 8bd52cb

Please sign in to comment.