diff --git a/contracts/vesting/VestingWalletRecovery.sol b/contracts/vesting/VestingWalletRecovery.sol index cc9fb7c1..c9b6cc9d 100644 --- a/contracts/vesting/VestingWalletRecovery.sol +++ b/contracts/vesting/VestingWalletRecovery.sol @@ -6,7 +6,7 @@ pragma solidity ^0.8.9; import "./VestingWalletV1.sol"; /** - * This contract is designed for recovering the in case the beneficiary was lost. + * This contract is designed for recovery in case the beneficiary was lost. */ contract VestingWalletRecovery is VestingWalletV1 { event BeneficiaryUpdate(address newBeneficiary); diff --git a/contracts/vesting/VestingWalletRecoveryLight.sol b/contracts/vesting/VestingWalletRecoveryLight.sol index 7d3fd825..0bf75e7b 100644 --- a/contracts/vesting/VestingWalletRecoveryLight.sol +++ b/contracts/vesting/VestingWalletRecoveryLight.sol @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/utils/Address.sol"; import "@openzeppelin/contracts/utils/StorageSlot.sol"; /** - * This contract is designed for recovering the in case the beneficiary was lost. + * This contract is designed for recovery in case the beneficiary was lost. */ contract VestingWalletRecoveryLight { /// Storage