diff --git a/contracts/interfaces/ILensProtocol.sol b/contracts/interfaces/ILensProtocol.sol index 7804316..42366e3 100644 --- a/contracts/interfaces/ILensProtocol.sol +++ b/contracts/interfaces/ILensProtocol.sol @@ -132,7 +132,7 @@ interface ILensProtocol { * Comments can have these types of modules initialized: * - Action modules: any number of publication actions (e.g. collect, tip, etc.) * - Reference module: a module handling the rules when referencing this comment (e.g. token-gated mirrors) - * Comments can have referrers (e.g. publications or profiles that allowed to discover the pointed publication). + * Comments can have referrers (e.g. publications or profiles that helped to discover the pointed publication). * @custom:permissions Profile Owner or Delegated Executor. * * @param commentParams A CommentParams struct containing the needed parameters. diff --git a/contracts/libraries/constants/Events.sol b/contracts/libraries/constants/Events.sol index b410fa3..41cc394 100644 --- a/contracts/libraries/constants/Events.sol +++ b/contracts/libraries/constants/Events.sol @@ -261,7 +261,7 @@ library Events { * @param followerProfileId The ID of the profile that executed the follow. * @param idOfProfileFollowed The ID of the profile that was followed. * @param followTokenIdAssigned The ID of the follow token assigned to the follower. - * @param followModuleData The data to passed to the follow module, if any. + * @param followModuleData The data to pass to the follow module, if any. * @param processFollowModuleReturnData The data returned by the followed profile follow module's processFollow * function, if the followed profile has a reference module set. * @param transactionExecutor The address of the account that executed this operation.