Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 648f1b0

Browse files
authored
Grammar fix (#154)
1 parent 7636302 commit 648f1b0

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
@@ -51,7 +51,7 @@ require('cypress-react-unit-test/support')
5151

5252
2. Tell Cypress how your React application is transpiled or bundled (using Webpack), so Cypress can load your components. See [Recipes](./docs/recipes.md)
5353

54-
3. ⚠️ Turn the experimental component support on in your `cypress.json`. You can also specify where component spec files are located. For exampled to have them located in `src` folder use:
54+
3. ⚠️ Turn the experimental component support on in your `cypress.json`. You can also specify where component spec files are located. For example, to have them located in `src` folder use:
5555

5656
```json
5757
{

0 commit comments

Comments
 (0)