diff --git a/source/docs/casper/developers/cli/verifying-contracts.md b/source/docs/casper/developers/cli/verifying-contracts.md index 61f264dad9..cda4c73097 100644 --- a/source/docs/casper/developers/cli/verifying-contracts.md +++ b/source/docs/casper/developers/cli/verifying-contracts.md @@ -22,7 +22,7 @@ casper-client verify-contract --verification-url-basepath ` - Unique transaction hash, which is part of the cryptographic security of blockchain technology. This is the output of the put-txn command if the transaction was a success. -3. `` - the path to the smart contracts source code. If this argument is omitted the the current working directory will be used. +3. `` - Path to the smart contract's source code. If this argument is omitted, the current working directory will be used. The prerequisites for the source code are the same as when installing it on the blockchain: