From ed9a5e9f473a2b0341fe643d2de30096e491fde6 Mon Sep 17 00:00:00 2001 From: Madhu Surisetti Date: Tue, 12 Nov 2024 01:27:42 +0530 Subject: [PATCH] Update about-workflows-long.md (missing 'of') (#35250) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- data/reusables/actions/about-workflows-long.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/about-workflows-long.md b/data/reusables/actions/about-workflows-long.md index da8ec0972437..88826cbbe06a 100644 --- a/data/reusables/actions/about-workflows-long.md +++ b/data/reusables/actions/about-workflows-long.md @@ -1,6 +1,6 @@ A **workflow** is a configurable automated process that will run one or more jobs. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or they can be triggered manually, or at a defined schedule. -Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each which can perform a different set of tasks such as: +Workflows are defined in the `.github/workflows` directory in a repository. A repository can have multiple workflows, each of which can perform a different set of tasks such as: * Building and testing pull requests. * Deploying your application every time a release is created. * Adding a label whenever a new issue is opened.