Skip to content

Commit

Permalink
Fix embarrassing bad English in README.md (#20)
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
richardbarrell-calvium authored and benvium committed Sep 14, 2017
1 parent 8991705 commit 0590959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ addSceneTest(<MySceneComponent items={['more','test','data']}/>,
## Testing modals
If you have are testing a component with a <Modal> on it, the modal may cover the 'Close' button and make it impossible to go back to the list. If your modal has its own close button then you can work around this by:
If you are testing a component with a `<Modal>` on it, the modal may cover the 'Close' button and make it impossible to go back to the list. If your modal has its own close button then you can work around this by:
* registering your modal as a scene using addSceneTest, and
* calling the `closeThisTest` callback from your modal's close button.
Expand Down

0 comments on commit 0590959

Please sign in to comment.