diff --git a/contracts/BaseWrapper.sol b/contracts/BaseWrapper.sol index 8882980eb..a04bb2d56 100644 --- a/contracts/BaseWrapper.sol +++ b/contracts/BaseWrapper.sol @@ -45,7 +45,7 @@ abstract contract BaseWrapper is BaseRouter { /** * @notice - * Used to get the most revent vault for the token using the registry. + * Used to get the most recent vault for the token using the registry. * @return An instance of a VaultAPI */ function bestVault() public view virtual returns (VaultAPI) {