diff --git a/README.md b/README.md index 26d0ae9c..5321ed26 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ The protocol currently offers **7% APR** to USDC holders, on Linea and Arbitrum You can browse our high-level public documentation at [https://docs.ledgity.finance](https://docs.ledgity.finance). -If you are interested in the technical documentaton of this codebase, please contact [@LilaRest](https://t.me/LilaRest) on Telegram or drop us an email at [contact@ledgity.com](mailto:contact@ledgity.com). +If you are interested in the technical documentation of this codebase, please contact [@LilaRest](https://t.me/LilaRest) on Telegram or drop us an email at [contact@ledgity.com](mailto:contact@ledgity.com). diff --git a/contracts/src/LDY.sol b/contracts/src/LDY.sol index aca65402..1f7563af 100644 --- a/contracts/src/LDY.sol +++ b/contracts/src/LDY.sol @@ -14,7 +14,7 @@ import {ERC20Burnable} from "@openzeppelin/contracts/token/ERC20/extensions/ERC2 * governance scenarios, and compatibility with 3rd party DApps. * * It is non-upgradeable, non-ownable, non-pausable, non-mintable, and non-restrictable. - * It implements nothing more than what is provided by its OpenZepellin ancestors. + * It implements nothing more than what is provided by its OpenZeppelin ancestors. * * Moreover, to eliminate the need for ownership and complex vesting functions, the * entire supply is minted at deployment-time. Vesting of allocated tokens is then diff --git a/contracts/src/LDYStaking.sol b/contracts/src/LDYStaking.sol index eaed2a23..566e1f1d 100644 --- a/contracts/src/LDYStaking.sol +++ b/contracts/src/LDYStaking.sol @@ -405,8 +405,8 @@ contract LDYStaking is BaseUpgradeable, ReentrancyGuardUpgradeable { } /** - * @dev tierOf() function that always return that the given account is not - * elligible to any LDY staking tier, except if the account is in the + * @dev tierOf() function that always returns that the given account is not + * eligible to any LDY staking tier, except if the account is in the * highTierAccounts mapping. * @param account The account to check the tier of. */