From 139266584a617f539f65cbd98c097daccbbeae00 Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Tue, 4 Nov 2025 14:53:27 +0530 Subject: [PATCH] docs: fix typo 'succesfully' -> 'successfully' across TestNet docs --- testnet/smart-contract/deploying.md | 2 +- testnet/smart-contract/interacting.md | 2 +- testnet/smart-contract/writing/c.md | 2 +- testnet/smart-contract/writing/cpp.md | 2 +- testnet/smart-contract/writing/go.md | 2 +- testnet/smart-contract/writing/javascript.md | 2 +- testnet/smart-contract/writing/solidity.md | 2 +- testnet/smart-contract/writing/typescript.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/testnet/smart-contract/deploying.md b/testnet/smart-contract/deploying.md index c793bf2..92142ed 100644 --- a/testnet/smart-contract/deploying.md +++ b/testnet/smart-contract/deploying.md @@ -16,7 +16,7 @@ Learn how to deploy a smart contract. Note: #content -- Ensure your succesfully saved you previously written contract. +- Ensure you successfully saved you previously written contract. :: ## Run the deploy command of qvmctl using docker diff --git a/testnet/smart-contract/interacting.md b/testnet/smart-contract/interacting.md index 2a21071..980f449 100644 --- a/testnet/smart-contract/interacting.md +++ b/testnet/smart-contract/interacting.md @@ -16,7 +16,7 @@ Learn how to interact with a smart contract. Note: #content -- Ensure you succesfully deployed your smart contract. +- Ensure you successfully deployed your smart contract. :: ## Reading from the database diff --git a/testnet/smart-contract/writing/c.md b/testnet/smart-contract/writing/c.md index f597c73..2dee02d 100644 --- a/testnet/smart-contract/writing/c.md +++ b/testnet/smart-contract/writing/c.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in C. Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality diff --git a/testnet/smart-contract/writing/cpp.md b/testnet/smart-contract/writing/cpp.md index 867cd3f..5bd70fe 100644 --- a/testnet/smart-contract/writing/cpp.md +++ b/testnet/smart-contract/writing/cpp.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in C++. Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality diff --git a/testnet/smart-contract/writing/go.md b/testnet/smart-contract/writing/go.md index a1aaa34..19cabad 100644 --- a/testnet/smart-contract/writing/go.md +++ b/testnet/smart-contract/writing/go.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in Golang (Go). Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality diff --git a/testnet/smart-contract/writing/javascript.md b/testnet/smart-contract/writing/javascript.md index eedde66..af351d4 100644 --- a/testnet/smart-contract/writing/javascript.md +++ b/testnet/smart-contract/writing/javascript.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in JavaScript (JS). Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality diff --git a/testnet/smart-contract/writing/solidity.md b/testnet/smart-contract/writing/solidity.md index 6392f33..825b8cb 100644 --- a/testnet/smart-contract/writing/solidity.md +++ b/testnet/smart-contract/writing/solidity.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in Solidity. Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality diff --git a/testnet/smart-contract/writing/typescript.md b/testnet/smart-contract/writing/typescript.md index f0c871f..a843295 100644 --- a/testnet/smart-contract/writing/typescript.md +++ b/testnet/smart-contract/writing/typescript.md @@ -16,7 +16,7 @@ Learn how to write a smart contract in TypeScript (TS). Note: #content -- Ensure you succesfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). +- Ensure you successfully [set up your dev environment](/testnet/smart-contract/setup/qvmctl). :: ## Sample contract functionality