From 3bd546afc00eab5d9e86cb58ac2d721ad6a6a943 Mon Sep 17 00:00:00 2001 From: Patrick Carlisle Date: Wed, 15 Jun 2022 17:15:07 -0700 Subject: [PATCH] Spell check the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f43ca2..18da28b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ on: push: branches: - main -# Envionment variables to configure Go and Go modules. Customize as necessary +# Environment variables to configure Go and Go modules. Customize as necessary env: GOPROXY: '' # A Go Proxy server to be used GOPRIVATE: '' # A list of modules are considered private and not requested from GOPROXY @@ -30,7 +30,7 @@ jobs: # build target go-mod-path: go-example/go.mod # - # Optinoal: Define the path of a build target (a file with a + # Optional: Define the path of a build target (a file with a # `main()` function) If not defined, this Action will collect all # dependencies used by all build targets for the module, which may # include Go dependencies used by tests and tooling.