Skip to content

Commit fa0c689

Browse files
authored
Merge pull request #1128 from Hopium21/main
Documentation Text Fixes Changes Made
2 parents 8e2201a + 4144b0f commit fa0c689

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/404.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Page Not Found
33
lang: en-US
4-
description: 404 page not found and directs users to submit an git issue.
4+
description: 404 page not found and directs users to submit a GitHub issue.
55
---
66

77
# Page Not Found

pages/chain/addresses.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This reference guide lists all the contract addresses for Mainnet and Testnet, a
1515
See the [Smart Contracts Overview](/stack/smart-contracts) for high-level details and access to the source code.
1616

1717
<Callout>
18-
This page is automatically generated from packages in the [superchain-registry](https://github.com/ethereum-optimism/superchain-registry/tree/main) which keeps the content synched and up-to-date.
18+
This page is automatically generated from packages in the [superchain-registry](https://github.com/ethereum-optimism/superchain-registry/tree/main) which keeps the content synced and up-to-date.
1919
</Callout>
2020

2121
## Mainnet

pages/chain/security/security-policy.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Callout } from 'nextra/components'
1111
This page describes general best practices for reporting bugs and provides specific reporting guidelines for OP Stack and OP Mainnet code contained within the [ethereum-optimism](https://github.com/ethereum-optimism) GitHub organization.
1212

1313
<Callout type="error">
14-
**Do not** disclose vulnerabilities publicly or by executing them against a production network. If you do, will you not only be putting users at risk, but you will forfeit your right to a reward. Always follow the appropriate reporting pathways as described below.
14+
**Do not** disclose vulnerabilities publicly or by executing them against a production network. If you do, you will not only be putting users at risk, but you will forfeit your right to a reward. Always follow the appropriate reporting pathways as described below.
1515

1616
* **Do not** disclose the vulnerability publicly, for example by filing a public ticket.
1717
* **Do not** test the vulnerability on a publicly available network, either the testnet or the mainnet.

pages/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Information about the Optimism Collective's governance, community, and mission c
1313

1414
## Guides for builders
1515

16-
Whether you're a developer building a app on OP Mainnet, a node operator running an OP Mainnet node, or a chain operator launching your own OP Stack chain, you'll find everything you need to get started right here.
16+
Whether you're a developer building an app on OP Mainnet, a node operator running an OP Mainnet node, or a chain operator launching your own OP Stack chain, you'll find everything you need to get started right here.
1717

1818
<Cards>
1919
<Card title="App developers" href="/builders/app-developers/overview" icon={<img src="img/icons/terminal-window-line.svg" />} />

0 commit comments

Comments
 (0)