diff --git a/contracts/evm/README.md b/contracts/evm/README.md index b4c6bae0..9c8390f8 100644 --- a/contracts/evm/README.md +++ b/contracts/evm/README.md @@ -21,7 +21,7 @@ $ forge install nomad-xyz/ExcessivelySafeCall@be417ab0c26233578b8d8f3a37b87bd1fc ## Permit2 Since Permit2 contract compiles with a different solc version not compatible with the rest of the repo, -we have commited the compiled artifacts in [`permit2/Permit2.json`](`permit2/Permit2.json`). +we have committed the compiled artifacts in [`permit2/Permit2.json`](`permit2/Permit2.json`). To compile the contract yourself, you can run the following command: ```shell diff --git a/contracts/evm/test/ExpressRelayIntegration.t.sol b/contracts/evm/test/ExpressRelayIntegration.t.sol index e726b0a8..2f6bce3b 100644 --- a/contracts/evm/test/ExpressRelayIntegration.t.sol +++ b/contracts/evm/test/ExpressRelayIntegration.t.sol @@ -414,7 +414,7 @@ contract ExpressRelayIntegrationTest is Test, ExpressRelayTestSetup { bidInfos ); - // wrong permisison key + // wrong permission key permission = abi.encode(address(0)); uint256 balanceProtocolPre = address(tokenVault).balance;