Skip to content

Commit f797a49

Browse files
zoeyTMkanej
andauthored
Apply suggestions from code review
Co-authored-by: John Kane <[email protected]>
1 parent 7140c3a commit f797a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/ignition/docs/guides/upgradeable-proxies.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upgradeable proxies
1+
# Upgradeable Contracts
22

33
When developing smart contracts, you may decide to use an upgradeable proxy pattern to allow for future upgrades to your contracts. This guide will explain how to create Ignition modules to deploy and interact with your upgradeable proxy contracts.
44

@@ -36,7 +36,7 @@ yarn add @openzeppelin/contracts
3636

3737
## Getting to know our contracts
3838

39-
Before we start writing our Ignition modules, let's take a look at the contracts we'll be deploying and interacting with.
39+
Let's take a look at the contracts we'll be deploying and interacting with.
4040

4141
First, inside our `contracts` directory, we'll create a file called `Demo.sol`:
4242

0 commit comments

Comments
 (0)