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 {
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
You can’t perform that action at this time.
0 commit comments