From 9e01e3abf88d20df0749cb91840ea353e05a2d2b Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 8 Aug 2023 21:42:49 +0200 Subject: [PATCH] Fix spelling in "can" and "another" @ GHA intro doc --- docs/pages/guides/gha_basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/guides/gha_basic.md b/docs/pages/guides/gha_basic.md index a886c974..899786ae 100644 --- a/docs/pages/guides/gha_basic.md +++ b/docs/pages/guides/gha_basic.md @@ -428,7 +428,7 @@ action. You can also make reusable workflows. One reason to do this is it allows you to use `needs` or communicate values between workflows. It's an easy way to make -one workflow (which con contain multiple jobs, even a matrix) depend on anther. +one workflow (which can contain multiple jobs, even a matrix) depend on another. To use a reusable workflow, you replace the triggers with: