diff --git a/docs/basic-tutorials/logging.mdx b/docs/basic-tutorials/logging.mdx index ccd6ae8f..779b623b 100644 --- a/docs/basic-tutorials/logging.mdx +++ b/docs/basic-tutorials/logging.mdx @@ -31,7 +31,7 @@ Logs in contracts are only visible in tests, or when executing contracts using :::tip -Logs are no a substitute for step-through debugging. Rust tests for Soroban can +Logs are not a substitute for step-through debugging. Rust tests for Soroban can be step-through debugged in your Rust-enabled IDE. See [testing] for more details.