File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/portal/src/app/contracts/modular-contracts/get-started/create-module-contract Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ library CounterStorage {
287
287
</Step >
288
288
289
289
<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:
291
291
292
292
``` solidity
293
293
//SPDX-License-Identifier: MIT
@@ -330,7 +330,7 @@ contract CounterModule is Module {
330
330
config.requiredInterfaces = new bytes4[](1);
331
331
config.requiredInterfaces[0] = 0x00000001;
332
332
333
- // register the intallation callback
333
+ // register the installation callback
334
334
config.registerInstallationCallback = true;
335
335
}
336
336
You can’t perform that action at this time.
0 commit comments