Skip to content

Commit 3710bfc

Browse files
authored
fix a few minor typos
1 parent 981b88e commit 3710bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repository's code.
4545
If your repository contains a `go.mod` file, Go 1.12 and later will already use
4646
module mode by default. To turn it on explicitly, set `GO111MODULE=on`.
4747

48-
#### How do I set environent variables?
48+
#### How do I set environment variables?
4949

5050
They can be set up via `env` for an [entire
5151
workflow](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#env),
@@ -58,7 +58,7 @@ jobs:
5858
[...]
5959
```
6060

61-
#### How do I set environent variables at run-time?
61+
#### How do I set environment variables at run-time?
6262

6363
You can use [workflow commands](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions)
6464
to set environment variables, add an element to `$PATH`, and more. For example:
@@ -196,7 +196,7 @@ following `.gitattributes`:
196196

197197
`os.TempDir` on Windows will contain a short name, since `%TEMP%` also contains
198198
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.
200200

201201
```cmd
202202
> echo %USERPROFILE%

0 commit comments

Comments
 (0)