Skip to content

Commit

Permalink
docs: fix missing colon in circleci.mdx (#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryung1225 authored Nov 22, 2024
1 parent eb9bbd8 commit 387e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/continuous-integration/circleci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ orbs:
workflows:
build:
jobs:
- cypress/run # "run" job comes from "cypress" orb
- cypress/run: # "run" job comes from "cypress" orb
start-command: 'npm run start'
```
Expand Down

0 comments on commit 387e2dc

Please sign in to comment.