diff --git a/documentation/leo/16_testnet_beta.md b/documentation/leo/16_testnet_beta.md index c0ff1df10..07ac9d622 100644 --- a/documentation/leo/16_testnet_beta.md +++ b/documentation/leo/16_testnet_beta.md @@ -229,10 +229,10 @@ For Testnet Beta, snarkVM imposes the following limits on Aleo programs: Some other protocol-level limits to be aware of are: -- **the maximum transaction size is 128 KB.** If your program execeeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code. -- **the maxmimum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.**. If your program exceeds this, consider optimizing on-chain components of your Leo code. +- **the maximum transaction size is 128 KB.** If your program exceeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code. +- **the maximum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.** If your program exceeds this, consider optimizing on-chain components of your Leo code. -As with the above restructions. these limits can only be increased via the governance process. +As with the above restrictions these limits can only be increased via the governance process. ## New Features