From 362a9165a23654b0b085925d162badd42cc93f04 Mon Sep 17 00:00:00 2001 From: Ansh Anand <125748981+HonestFreak@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:24:00 +0530 Subject: [PATCH] Update logging.mdx typo (#602) Minor typo fixed on line 34 --- docs/basic-tutorials/logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.