diff --git a/docs/v2/consensus/dataComittee/CDKDataCommittee.md b/docs/v2/consensus/dataComittee/CDKDataCommittee.md index b43f7504d..ae9b0df49 100644 --- a/docs/v2/consensus/dataComittee/CDKDataCommittee.md +++ b/docs/v2/consensus/dataComittee/CDKDataCommittee.md @@ -21,7 +21,7 @@ ``` Allows the admin to setup the members of the committee. Note that: The system will require N / M signatures where N => _requiredAmountOfSignatures and M => urls.length -There must be the same amount of urls than addressess encoded in the addrsBytes +There must be the same amount of urls as addresses encoded in the addrsBytes A member is represented by the url and the address contained in urls[i] and addrsBytes[i*_ADDR_SIZE : i*_ADDR_SIZE + _ADDR_SIZE] diff --git a/docs/v2/lib/PolygonRollupBase.md b/docs/v2/lib/PolygonRollupBase.md index 49cb6dd34..6b33d780d 100644 --- a/docs/v2/lib/PolygonRollupBase.md +++ b/docs/v2/lib/PolygonRollupBase.md @@ -179,7 +179,7 @@ This action is not reversible ) external ``` Starts the admin role transfer -This is a two step process, the pending admin must accepted to finalize the process +This is a two step process, the pending admin must accept to finalize the process #### Parameters: diff --git a/docs/v2/lib/PolygonRollupBaseEtrog.md b/docs/v2/lib/PolygonRollupBaseEtrog.md index c8d40e1e8..aae230bcb 100644 --- a/docs/v2/lib/PolygonRollupBaseEtrog.md +++ b/docs/v2/lib/PolygonRollupBaseEtrog.md @@ -190,7 +190,7 @@ The new value can only be lower, except if emergency state is active ) external ``` Starts the admin role transfer -This is a two step process, the pending admin must accepted to finalize the process +This is a two step process, the pending admin must accept to finalize the process #### Parameters: diff --git a/docs/v2/lib/PolygonTransparentProxy.md b/docs/v2/lib/PolygonTransparentProxy.md index 47a1a0f56..3dbc36ef5 100644 --- a/docs/v2/lib/PolygonTransparentProxy.md +++ b/docs/v2/lib/PolygonTransparentProxy.md @@ -1,6 +1,6 @@ Contrac TransparentUpgradeableProxy from Openzeppelin v5 with the following modifications: -- Admin is a parameter in the constructor ( like previous versions) isntead of being deployed +- Admin is a parameter in the constructor ( like previous versions) instead of being deployed - Let the admin get access to the proxy - Replace _msgSender() with msg.sender