Skip to content

Commit b26d1a3

Browse files
zoeyTMkanej
andauthored
Update docs/src/content/ignition/docs/guides/upgradeable-proxies.md
Co-authored-by: John Kane <[email protected]>
1 parent 569349e commit b26d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Finally, we'll use the `m.contractAt(...)` method to tell Ignition to use the `P
150150

151151
### Part 2: Interacting with our proxy
152152

153-
Now that we have our proxy deployed, we're ready to interact with it. To do this, we'll create a new module called `DemoModule`:
153+
Now that we have a module for deploying our proxy, we're ready to interact with it. To do this, we'll create a new module called `DemoModule`:
154154

155155
```js
156156
const demoModule = buildModule("DemoModule", (m) => {

0 commit comments

Comments
 (0)