Skip to content

Commit 0590959

Browse files
richardbarrell-calviumbenvium
authored andcommitted
Fix embarrassing bad English in README.md (#20)
Fix typo in README.md
1 parent 8991705 commit 0590959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ addSceneTest(<MySceneComponent items={['more','test','data']}/>,
130130
131131
## Testing modals
132132
133-
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:
133+
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:
134134
* registering your modal as a scene using addSceneTest, and
135135
* calling the `closeThisTest` callback from your modal's close button.
136136

0 commit comments

Comments
 (0)