Skip to content

Commit f690123

Browse files
authored
[skip ci] [skip changelog] Fix typos in CONTRIBUTING.md (#659)
1 parent ad4cb76 commit f690123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before we can accept your contributions you have to sign the [Contributor Licens
1212
## Prerequisites
1313

1414
To build the Arduino CLI from sources you need the following tools to be
15-
available in your local enviroment:
15+
available in your local environment:
1616

1717
* [Go][1] version 1.12 or later
1818
* [Taskfile][2] to help you run the most common tasks from the command line
@@ -25,7 +25,7 @@ If you want to run integration tests you will also need:
2525
If you're working on the gRPC interface you will also have to:
2626

2727
* download the [protoc][6] compiler
28-
* run `go get -U github.com/golang/protobuf/protoc-gen-go`
28+
* run `go get -u github.com/golang/protobuf/protoc-gen-go`
2929

3030
## Building the source code
3131

@@ -101,7 +101,7 @@ have Python installed in your system, if this is not the case you can
101101
your Operating System.
102102

103103
Some dependencies need to be installed before running the tests and to avoid
104-
polluting your global Python enviroment with dependencies that might be only
104+
polluting your global Python environment with dependencies that might be only
105105
used by the Arduino CLI, you can use a [virtual environment][4]. There are many
106106
ways to manage virtual environments, for example you can use a productivity tool
107107
called [hatch][5]. First you need to install it (you might need to `sudo`

0 commit comments

Comments
 (0)