File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ repository's code.
45
45
If your repository contains a `go.mod` file, Go 1.12 and later will already use
46
46
module mode by default. To turn it on explicitly, set `GO111MODULE=on`.
47
47
48
- # ### How do I set environent variables?
48
+ # ### How do I set environment variables?
49
49
50
50
They can be set up via `env` for an [entire
51
51
workflow](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#env),
58
58
[...]
59
59
` ` `
60
60
61
- # ### How do I set environent variables at run-time?
61
+ # ### How do I set environment variables at run-time?
62
62
63
63
You can use [workflow commands](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions)
64
64
to set environment variables, add an element to `$PATH`, and more. For example :
@@ -196,7 +196,7 @@ following `.gitattributes`:
196
196
197
197
` os.TempDir` on Windows will contain a short name, since `%TEMP%` also contains
198
198
it. Note that case sensitivity doesn't matter, and that `os.Open` should still
199
- work; but some programs not treaing short names might break.
199
+ work; but some programs not treating short names might break.
200
200
201
201
` ` ` cmd
202
202
> echo %USERPROFILE%
You can’t perform that action at this time.
0 commit comments