Skip to content

Commit 387e2dc

Browse files
authored
docs: fix missing colon in circleci.mdx (#6014)
1 parent eb9bbd8 commit 387e2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/app/continuous-integration/circleci.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ orbs:
4242
workflows:
4343
build:
4444
jobs:
45-
- cypress/run # "run" job comes from "cypress" orb
45+
- cypress/run: # "run" job comes from "cypress" orb
4646
start-command: 'npm run start'
4747
```
4848

0 commit comments

Comments
 (0)