From 6407a8714cd452793d24ede89a5276840738adcc Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:16:46 +0300 Subject: [PATCH 1/2] Typos Update bugreports.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typographical issues:
 1. "hinderance" should be "hindrance". 2. "catagories" should be "categories". Corrected. --- website/docs/contribute/bugreports.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. From d7e962b80988c88f2054d6783d7ddf12e3177c41 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:18:30 +0300 Subject: [PATCH 2/2] Typo Update contribution-guidelines.md "Minux" should be "Linux". Corrected. --- website/docs/contribute/contribution-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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