diff --git a/contracts/lendingpool/LendingPool.sol b/contracts/lendingpool/LendingPool.sol index 0196daf..1e10fb6 100644 --- a/contracts/lendingpool/LendingPool.sol +++ b/contracts/lendingpool/LendingPool.sol @@ -642,7 +642,7 @@ contract LendingPool is ReentrancyGuard, VersionedInitializable { } /** - * @dev borrowers can user this function to swap between stable and variable borrow rate modes. + * @dev borrowers can use this function to swap between stable and variable borrow rate modes. * @param _reserve the address of the reserve on which the user borrowed **/ function swapBorrowRateMode(address _reserve)