diff --git a/website/docs/contribute/bugreports.md b/website/docs/contribute/bugreports.md index 122d137f1..ccee7ec5c 100644 --- a/website/docs/contribute/bugreports.md +++ b/website/docs/contribute/bugreports.md @@ -12,9 +12,9 @@ Bug reports are critical to the rapid development of the Prysm client. In order ## Checking if your issue exists -Duplicate tickets are a hinderance to the development process and, as such, it is crucial to first check through Prysm's existing issues to see if what you are experiencing has already been indexed. +Duplicate tickets are a hindrance to the development process and, as such, it is crucial to first check through Prysm's existing issues to see if what you are experiencing has already been indexed. -To do so, head over to the [issue page](https://github.com/prysmaticlabs/prysm/issues) and enter some related keywords into the search bar. This may include a sample from the output or specific components it affects. If this is unsuccessful, check the [issue labels index](https://github.com/prysmaticlabs/prysm/labels) for related catagories and review the tickets within. +To do so, head over to the [issue page](https://github.com/prysmaticlabs/prysm/issues) and enter some related keywords into the search bar. This may include a sample from the output or specific components it affects. If this is unsuccessful, check the [issue labels index](https://github.com/prysmaticlabs/prysm/labels) for related categories and review the tickets within. If searches have shown the issue in question has not been reported yet, feel free to open up a new issue ticket. diff --git a/website/docs/contribute/contribution-guidelines.md b/website/docs/contribute/contribution-guidelines.md index 8fe116c22..8c8952465 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