Skip to content

Commit

Permalink
Merge pull request #4314 from jirihofman/patch-1
Browse files Browse the repository at this point in the history
docs: typo correction
  • Loading branch information
cowboy authored Jan 20, 2022
2 parents 4554646 + 6af0a80 commit 68c65c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/continuous-integration/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ section.
Before diving into an example of a parallelization setup, it is important to
understand the two different types of GitHub Action jobs that we will declare:

- **Install Job**: A job that installs and caches dependencies that will used by
subsequent jobs later in the GitHub Action workflow.
- **Install Job**: A job that installs and caches dependencies that will be used
by subsequent jobs later in the GitHub Action workflow.
- **Worker Job**: A job that handles execution of Cypress tests and depends on
the _install job_.

Expand Down

1 comment on commit 68c65c8

@vercel
Copy link

@vercel vercel bot commented on 68c65c8 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.