Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit 1a85c18

Browse files
fix typos
1 parent 015f642 commit 1a85c18

File tree

2 files changed

+414
-414
lines changed

2 files changed

+414
-414
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ steps:
2929
with:
3030
dsn: ${{secrets.SCOPE_DSN}} # required
3131
command: npm test # optional - default is 'npm test'
32-
command-cypress: npm run cypress:run # optional - command to run cypress tests if you repository includes them
33-
cypress-endpoint: http://localhost:3000 # optional - URL to run the cypress tests against.
32+
command-cypress: npm run cypress:run # optional - command to run cypress tests if your repository includes them
33+
cypress-endpoint: http://localhost:3000 # optional - URL to run the cypress tests against
3434
```

0 commit comments

Comments
 (0)