Skip to content

Commit fc796dd

Browse files
authored
Merge pull request #1370 from Fallengirl/main
fix spelling docs
2 parents 6d1455d + 67b5bb5 commit fc796dd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pages/app-developers/tutorials/bridging/standard-bridge-standard-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Set your L1 ERC-20 token address as an environment variable with the `export` co
8383

8484
{<h3>Deploy your L2 ERC-20 token</h3>}
8585

86-
You can now deploy our L2 ERC-20 token using the [`OptimismMintableERC20Factory`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC20Factory.sol).
86+
You can now deploy your L2 ERC-20 token using the [`OptimismMintableERC20Factory`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/universal/OptimismMintableERC20Factory.sol).
8787
Use the `cast` command to trigger the deployment function on the factory contract.
8888
This example command creates a token with the name "My Standard Demo Token" and the symbol "L2TKN".
8989
The resulting L2 ERC-20 token address is printed to the console.

pages/connect/contribute/stack-contribute.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To make your first contribution to the codebase, check out the [open issues](htt
2929

3030
<Callout type="warning">
3131
Only the software components included within the current release of the OP Stack codebase are considered in the scope of the OP Stack.
32-
Any usage of the OP Stack outside of the official, intended capabilities of the current release are considered [OP Stack Hacks](https://github.com/ethereum-optimism/developers/tree/main/hacks) — unofficial modifications that are useful for experimentation but could have unforeseen results, such as security vulnerabilities, and are likely to cause your chain to no longer be interoperable with the [Optimism Superchain](https://app.optimism.io/superchain/).
32+
Any usage of the OP Stack outside of the official, intended capabilities of the current release is considered [OP Stack Hacks](https://github.com/ethereum-optimism/developers/tree/main/hacks) — unofficial modifications that are useful for experimentation but could have unforeseen results, such as security vulnerabilities, and are likely to cause your chain to no longer be interoperable with the [Optimism Superchain](https://app.optimism.io/superchain/).
3333
Developer support for OP Stack Hacks is limited — when in doubt, stick to the capabilities of the current release!
3434
</Callout>
3535

pages/notices/holocene-changes.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ If you experience difficulty at any stage of this process, please reach out to [
2323
The Holocene upgrade for the Mainnet Superchain is scheduled for **Thu 9 Jan 2025 18:00:01 UTC**, [governance approval](https://vote.optimism.io/proposals/20127877429053636874064552098716749508236019236440427814457915785398876262515).
2424

2525
The Holocene upgrade for the Soneium Mainnet will be activated at **Mon Feb 03 at 09:00:00 UTC** (`1738573200`).
26-
The Holocene upgrade for the Mainnet Superchain is scheduled for **Thu 9 Jan 2025 18:00:01 UTC**, [governance approval](https://vote.optimism.io/proposals/20127877429053636874064552098716749508236019236440427814457915785398876262515).
2726
</Callout>
2827

2928
## What's included in Holocene

0 commit comments

Comments
 (0)