Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore fix spelling issues #291

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v2/consensus/dataComittee/CDKDataCommittee.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]


Expand Down
2 changes: 1 addition & 1 deletion docs/v2/lib/PolygonRollupBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/lib/PolygonRollupBaseEtrog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/lib/PolygonTransparentProxy.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down