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

Correct spelling errors in documentation #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A new Superchain Target can be added by creating a new superchain config directo
with a `superchain.yaml` config file.

> **Note**
> This is an infrequent operation and unecessary if you are just looking to add a chain to an existing superchain.
> This is an infrequent operation and unnecessary if you are just looking to add a chain to an existing superchain.

Here's an example:

Expand Down Expand Up @@ -56,7 +56,7 @@ Superchain-wide configuration, like the `ProtocolVersions` contract address, sho

## `superchain` Go Module

Per chain and supechain-wide configs and extra data are embedded into the `superchain` go module, which can be imported like so:
Per chain and superchain-wide configs and extra data are embedded into the `superchain` go module, which can be imported like so:

```
go get github.com/ethereum-optimism/superchain-registry/superchain@latest
Expand Down Expand Up @@ -106,7 +106,7 @@ the following privilege grants and role designations:
from. TODO(issues/37): add checks for the `ResourceMetering`
contract.
3. Optimism privileged operational roles:
1. Guardians. This is the role that can pause withdraws in the
1. Guardians. This is the role that can pause withdrawals in the
Optimism protocol.
1. After the Fault Proofs upgrade, the `Guardian` can also blacklist dispute games and change the respected game type
in the `OptimismPortal`.
Expand Down