From fc9eab787e97b87afd160f629776c1aa99797c82 Mon Sep 17 00:00:00 2001 From: Mihaela Radian Date: Wed, 14 Aug 2024 14:59:11 +0300 Subject: [PATCH] Fix typo in docs/developers/overview --- docs/developers/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/overview.md b/docs/developers/overview.md index 2c8649c05..4b0ea37d0 100644 --- a/docs/developers/overview.md +++ b/docs/developers/overview.md @@ -118,7 +118,7 @@ Learn about transaction's gas and how a fee is calculated: | Name | Description | |----------------------------------------------------------------------|----------------------------------------------------------| | [Overview](/developers/testing/rust/sc-test-overview) | Introduction to all the testing methods available in Rust| -| [Blackbox tests](/developers/testing/rust/sc-blackbox-calls) | The best way to write integration tests, by simulating transactionds| +| [Blackbox tests](/developers/testing/rust/sc-blackbox-calls) | The best way to write integration tests, by simulating transactions| | [Whitebox framework](/developers/testing/rust/whitebox-legacy) | Older testing framework, but still in use in some projects.| | [Whitebox framework functions reference](/developers/testing/rust/whitebox-legacy-functions-reference) | A list of available functions to be used when using the whitebox framework. | | [Debugging](/developers/testing/sc-debugging) | How to debug your smart contract tests. |