From 750d949f109d0549c4dff329fa2d7742629ec727 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 22 Aug 2019 10:12:47 -0700 Subject: [PATCH] container-action typo fix (#77) --- docs/container-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-action.md b/docs/container-action.md index 9b135248..05cc934d 100644 --- a/docs/container-action.md +++ b/docs/container-action.md @@ -14,7 +14,7 @@ Complete creating your repo and clone the repo. > NOTE: The location of the repo will be how users will reference your action in their workflow file with the using keyword. -e.g. To use https://github.com/actions/setup-node, user's will author: +e.g. To use https://github.com/actions/setup-node, users will author: ```yaml steps: