Skip to content

Commit b713f3c

Browse files
authored
docs: correct name in readme ct example (#1161)
1 parent 0e10f62 commit b713f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This workflow uses the default [test type](https://on.cypress.io/guides/overview
101101
To use [Cypress Component Testing](https://on.cypress.io/component-testing) add `component: true`
102102

103103
```yml
104-
name: End-to-end tests
104+
name: Component tests
105105
on: push
106106
jobs:
107107
cypress-run:

0 commit comments

Comments
 (0)