From 6aaacb54d089162229ef6d98107f6366bc898813 Mon Sep 17 00:00:00 2001 From: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com> Date: Wed, 6 May 2020 22:45:26 -0400 Subject: [PATCH] Update README.md Minor typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97f0699..8e549b3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ After you've used the action, subsequent steps in the same job can run arbitrary This action can be run on `ubuntu-latest`, `windows-latest`, and `macos-latest` GitHub Actions runners. When running on `windows-latest` the shell should be set to Bash. -The default configuration installs the latest version of Terraform CLI and installs the wrappers script to wrap subsequent calls to the `terraform` binary. +The default configuration installs the latest version of Terraform CLI and installs the wrapper script to wrap subsequent calls to the `terraform` binary. ```yaml steps: