From 2584c8382222c19f22b9ff451856a56278f57515 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:11:07 -0500 Subject: [PATCH] Fix grammar --- data/reusables/actions/actions-vars-context-example-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/reusables/actions/actions-vars-context-example-usage.md b/data/reusables/actions/actions-vars-context-example-usage.md index 0a0946a916..bbd9ac5d20 100644 --- a/data/reusables/actions/actions-vars-context-example-usage.md +++ b/data/reusables/actions/actions-vars-context-example-usage.md @@ -1,6 +1,6 @@ -If a configuration variable has not been set, the return value of an context referencing the variable will be an empty string. +If a configuration variable has not been set, the return value of a context referencing the variable will be an empty string. -The following examples shows using configuration variables with the `vars` context across a workflow. Each of the following configuration variables have been defined at the repository, organization, or environment levels. +The following example shows using configuration variables with the `vars` context across a workflow. Each of the following configuration variables have been defined at the repository, organization, or environment levels. {% raw %}