diff --git a/docs/middleware/BLSSignatureChecker.md b/docs/middleware/BLSSignatureChecker.md index 43868578f..a18d65929 100644 --- a/docs/middleware/BLSSignatureChecker.md +++ b/docs/middleware/BLSSignatureChecker.md @@ -1,6 +1,6 @@ # BLSSignatureChecker -This contract is deployed per AVS. It verifies rhe signatures of operators in an efficient way given the rest of the registry architecture. A lot of EigenLayer AVSs can be summarized as a quorum signature on a message and slashing if some quality of that message and other state is true. +This contract is deployed per AVS. It verifies the signatures of operators in an efficient way given the rest of the registry architecture. A lot of EigenLayer AVSs can be summarized as a quorum signature on a message and slashing if some quality of that message and other state is true. ## Flows diff --git a/docs/middleware/StakeRegistry.md b/docs/middleware/StakeRegistry.md index b187aac65..a8d8b9a06 100644 --- a/docs/middleware/StakeRegistry.md +++ b/docs/middleware/StakeRegistry.md @@ -53,4 +53,4 @@ This has more implications after slashing is enabled... TODO ## Upstream Dependencies -The main integration with the StakeRegistry is used by the AVSs [BLSSignautureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number. \ No newline at end of file +The main integration with the StakeRegistry is used by the AVSs [BLSSignatureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number. \ No newline at end of file