Skip to content

Commit 4539b21

Browse files
Merge pull request #761 from leopardracer/master
fix: typos in documentation files
2 parents 9a44c5e + 3bbdef9 commit 4539b21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/scripts/docs/supersede_level.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All this process is required in order to avoid to the users to resolve both vers
2323

2424
## **Usage**
2525

26-
### **Testnet (mainet for ethernaut XD)**
26+
### **Testnet (mainnet for ethernaut XD)**
2727

2828
- Select the network in the [`constants.js`](https://github.com/OpenZeppelin/ethernaut/blob/client/src/constants.js) file by uncommenting the `ACTIVE_NETWORK` constant.
2929

@@ -36,7 +36,7 @@ The tool will guide the operator through the process. Operator is the account th
3636

3737
The script contains a commented function `printEditedStorageSlots(oldAddress, newAddress)` that can be uncommented to prompt in the terminal all storage slots edited after the process.
3838

39-
Ethernaut contract will be halt during the operation, any call to `createLevelInstance(Level _level)` or `submitLevelInstance(address payable _instance)` will revet with `"Contract locked due maintenance operations"` string.
39+
Ethernaut contract will be halt during the operation, any call to `createLevelInstance(Level _level)` or `submitLevelInstance(address payable _instance)` will revert with `"Contract locked due maintenance operations"` string.
4040

4141
Original statistics implementation is hardcoded in `downgradeStatisticsSupersederToStatisticsAndSaveDeployData()` function it is not needed to deploy a new instance, ensure that you hardcode the correct address.
4242

client/src/gamedata/en/descriptions/levels/dex2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This level will ask you to break `DexTwo`, a subtlely modified `Dex` contract from the previous level, in a different way.
1+
This level will ask you to break `DexTwo`, a subtly modified `Dex` contract from the previous level, in a different way.
22

33
You need to drain all balances of token1 and token2 from the `DexTwo` contract to succeed in this level.
44

0 commit comments

Comments
 (0)