diff --git a/docs/sdk-and-tools/sdk-py/mxpy-cli.md b/docs/sdk-and-tools/sdk-py/mxpy-cli.md index a37fcae43..7b24dce0a 100644 --- a/docs/sdk-and-tools/sdk-py/mxpy-cli.md +++ b/docs/sdk-and-tools/sdk-py/mxpy-cli.md @@ -147,7 +147,7 @@ mxpy --verbose contract verify ${CONTRACT_ADDRESS} \ ``` :::info -The account that triggers the code verification process must the owner of the contract. +The account that triggers the code verification process must be the owner of the contract. ::: :::info