diff --git a/website/docs/contribute/contribution-guidelines.md b/website/docs/contribute/contribution-guidelines.md index 7ccae87bf..9f26059c0 100644 --- a/website/docs/contribute/contribution-guidelines.md +++ b/website/docs/contribute/contribution-guidelines.md @@ -18,7 +18,7 @@ Once you are a bit more familiar with the concepts behind Ethereum and are ready To develop Prysm, you'll need the following: -- A modern Windows, MacOS X, or Minux operating system +- A modern Windows, MacOS X, or Linux operating system - Go 1.21 version installed, download and install [here](https://golang.org/dl/) - The `git` package installed - A code editor such as [Visual Studio Code](https://code.visualstudio.com/download) or Jetbrains' [Goland IDE](https://www.jetbrains.com/go/) or your preferred one @@ -63,7 +63,7 @@ Please define the following environment variable when running tests: CGO_CFLAGS="-O2 -D__BLST_PORTABLE__" -It is particulary useful when running tests / debug in your IDE without using bazel. +It is particularly useful when running tests / debug in your IDE without using bazel. See the [next section](#building-and-testing-prysm-with-bazel) for instructions on testing with prysm.