Skip to content

Commit 6ce4a14

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

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
@@ -154,7 +154,7 @@ Now that we have our proxy deployed, we're ready to interact with it. To do this
154154

155155
```js
156156
const demoModule = buildModule("DemoModule", (m) => {
157-
const { proxy, proxyAdmin } = m.useModule(upgradeModule);
157+
const { proxy, proxyAdmin } = m.useModule(proxyModule);
158158

159159
const demo = m.contractAt("Demo", proxy);
160160

0 commit comments

Comments
 (0)