diff --git a/content/tutorials/custom-zk-chain/10.index.md b/content/tutorials/custom-zk-chain/10.index.md index 3d40d9a4..9df1bead 100644 --- a/content/tutorials/custom-zk-chain/10.index.md +++ b/content/tutorials/custom-zk-chain/10.index.md @@ -7,7 +7,7 @@ This tutorial shows you how to use the `zk_inception` CLI to run an Elastic Chai - You'll set up a local **Elastic Chain ecosystem** - You'll create a standard **ZK chain** -- You'll deploy a smart contract to your local **ZK chain** +- You'll **deploy a smart contract** to your local ZK chain - You'll create a second ZK chain that uses a **custom ERC20 base token** ## Prerequisites diff --git a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md index 1c85ba66..8f017540 100644 --- a/content/tutorials/custom-zk-chain/20.customizing-your-chain.md +++ b/content/tutorials/custom-zk-chain/20.customizing-your-chain.md @@ -1,5 +1,5 @@ --- -title: Customizing your ZK chain +title: Customizing Your ZK Chain description: Create a ZK chain with a custom ERC20 base token. ---