diff --git a/docs/tutorials/register-multisig-drep.mdx b/docs/tutorials/register-multisig-drep.mdx index 0d601736..f1f65072 100644 --- a/docs/tutorials/register-multisig-drep.mdx +++ b/docs/tutorials/register-multisig-drep.mdx @@ -19,7 +19,7 @@ where the endorsement of two out of the three sets is necessary. ### Generate SanchoNet DRep keys and an ID :::info -Each individual member of the DRep must generate a DRep key pair and calculate its verification key hash (a drep id). Later on we will +Each individual member of the DRep must generate a DRep key pair and calculate its verification key hash (a DRep ID). Later on we will use the key hashes to build the Native script. :::