diff --git a/contracts/interfaces/IPolygonZkEVMErrors.sol b/contracts/interfaces/IPolygonZkEVMErrors.sol index b49de1240..8c11bdaaa 100644 --- a/contracts/interfaces/IPolygonZkEVMErrors.sol +++ b/contracts/interfaces/IPolygonZkEVMErrors.sol @@ -135,7 +135,7 @@ interface IPolygonZkEVMErrors { error NewPendingStateTimeoutMustBeLower(); /** - * @dev Thrown when attempting to set a new multiplier batch fee in a invalid range of values + * @dev Thrown when attempting to set a new multiplier batch fee in an invalid range of values */ error InvalidRangeMultiplierBatchFee(); diff --git a/contracts/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.sol b/contracts/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.sol index 2d0105268..149c2d415 100644 --- a/contracts/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.sol +++ b/contracts/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.sol @@ -35,7 +35,7 @@ contract PolygonZkEVMExistentEtrog is PolygonRollupBaseEtrog { hex"df2a8080944d5cf5032b2a844602278b01199ed191a86c93ff8080821092808000000000000000000000000000000000000000000000000000000005ca1ab1e000000000000000000000000000000000000000000000000000000005ca1ab1e01bff"; /** - * @dev Emitted when the system is updated to a etrog using this contract, contain the set up etrog transaction + * @dev Emitted when the system is updated to an etrog using this contract, contain the set up etrog transaction */ event UpdateEtrogSequence( uint64 numBatch, @@ -66,7 +66,7 @@ contract PolygonZkEVMExistentEtrog is PolygonRollupBaseEtrog { /** * note This initializer will be called instead of the PolygonRollupBase - * This is a especial initializer since the zkEVM it's an already created network + * This is an especial initializer since the zkEVM it's an already created network * @param _admin Admin address * @param _trustedSequencer Trusted sequencer address * @param _trustedSequencerURL Trusted sequencer URL diff --git a/contracts/v2/interfaces/IPolygonRollupManager.sol b/contracts/v2/interfaces/IPolygonRollupManager.sol index b841f0383..2b10d7367 100644 --- a/contracts/v2/interfaces/IPolygonRollupManager.sol +++ b/contracts/v2/interfaces/IPolygonRollupManager.sol @@ -114,7 +114,7 @@ interface IPolygonRollupManager { error NewPendingStateTimeoutMustBeLower(); /** - * @dev Thrown when attempting to set a new multiplier batch fee in a invalid range of values + * @dev Thrown when attempting to set a new multiplier batch fee in an invalid range of values */ error InvalidRangeMultiplierBatchFee(); diff --git a/docs/v2/consensus/validium/migration/PolygonRollupBaseEtrogNoGap.md b/docs/v2/consensus/validium/migration/PolygonRollupBaseEtrogNoGap.md index 9d1dcba8e..edb56087c 100644 --- a/docs/v2/consensus/validium/migration/PolygonRollupBaseEtrogNoGap.md +++ b/docs/v2/consensus/validium/migration/PolygonRollupBaseEtrogNoGap.md @@ -275,7 +275,7 @@ Emitted when the contract is initialized, contain the first sequenced transactio ) ``` -Emitted when a aggregator verifies batches +Emitted when an aggregator verifies batches ### SetTrustedSequencer ```solidity diff --git a/docs/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.md b/docs/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.md index 426eb2d4c..1ce85fbba 100644 --- a/docs/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.md +++ b/docs/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.md @@ -37,7 +37,7 @@ To enter and exit of the L2 network will be used a PolygonZkEVMBridge smart cont ) external ``` note This initializer will be called instead of the PolygonRollupBase -This is a especial initializer since the zkEVM it's an already created network +This is an especial initializer since the zkEVM it's an already created network #### Parameters: @@ -56,5 +56,5 @@ This is a especial initializer since the zkEVM it's an already created network ) ``` -Emitted when the system is updated to a etrog using this contract, contain the set up etrog transaction +Emitted when the system is updated to an etrog using this contract, contain the set up etrog transaction diff --git a/docs/v2/consensus/zkEVM/PolygonZkEVMV2Existent.md b/docs/v2/consensus/zkEVM/PolygonZkEVMV2Existent.md index eb04f3948..da31dc0c8 100644 --- a/docs/v2/consensus/zkEVM/PolygonZkEVMV2Existent.md +++ b/docs/v2/consensus/zkEVM/PolygonZkEVMV2Existent.md @@ -38,7 +38,7 @@ To enter and exit of the L2 network will be used a PolygonZkEVMBridge smart cont ) external ``` note This initializer will be called instead of the PolygonRollupBase -This is a especial initializer since the zkEVM it's an already created network +This is an especial initializer since the zkEVM it's an already created network #### Parameters: diff --git a/docs/v2/lib/PolygonRollupBase.md b/docs/v2/lib/PolygonRollupBase.md index 49cb6dd34..ef01d757d 100644 --- a/docs/v2/lib/PolygonRollupBase.md +++ b/docs/v2/lib/PolygonRollupBase.md @@ -254,7 +254,7 @@ Emitted when forced batches are sequenced by not the trusted sequencer ) ``` -Emitted when a aggregator verifies batches +Emitted when an aggregator verifies batches ### SetTrustedSequencer ```solidity