Skip to content

Commit b5d3110

Browse files
authored
Update page.mdx
Signed-off-by: kilavvy <[email protected]>
1 parent e70e9b9 commit b5d3110

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/contracts/modular-contracts/get-started/create-module-contract

1 file changed

+2
-2
lines changed

apps/portal/src/app/contracts/modular-contracts/get-started/create-module-contract/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ library CounterStorage {
287287
</Step>
288288

289289
<Step title="Set Up Module Config">
290-
Lastly, set up the `getModuleConfig` functionallity as this is the one which is responsible for communicating to the core contract:
290+
Lastly, set up the `getModuleConfig` functionality as this is the one which is responsible for communicating to the core contract:
291291

292292
```solidity
293293
//SPDX-License-Identifier: MIT
@@ -330,7 +330,7 @@ contract CounterModule is Module {
330330
config.requiredInterfaces = new bytes4[](1);
331331
config.requiredInterfaces[0] = 0x00000001;
332332
333-
// register the intallation callback
333+
// register the installation callback
334334
config.registerInstallationCallback = true;
335335
}
336336

0 commit comments

Comments
 (0)