Skip to content

Commit

Permalink
Small fixes to toHaveProperty docs (#3878)
Browse files Browse the repository at this point in the history
* Hopefully, small fixes

* Update ExpectAPI.md
  • Loading branch information
RobertJGabriel authored and aaronabramov committed Jun 22, 2017
1 parent 1e8f282 commit e9b045f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/ExpectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ test('this house has my desired features', () => {
'washer',
]);

expect(hosueForSale).not.toHaveProperty('kitchen.open');
expect(houseForSale).not.toHaveProperty('kitchen.open');
});
```

Expand Down

0 comments on commit e9b045f

Please sign in to comment.