Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo corrections #983

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/contribute/bugreports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/contribute/contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down