From eaa2a9e42c7e14eff9784aa3d30c4c3d81398765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?diam=E2=97=8End?= <106955382+diam-nd@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:23:02 -0800 Subject: [PATCH] Update testnet-testing.md Fixed grammatical accuracy and duplicated word. --- docs/tutorials/testnet-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/testnet-testing.md b/docs/tutorials/testnet-testing.md index 56d99d88a8..899d69a5dc 100644 --- a/docs/tutorials/testnet-testing.md +++ b/docs/tutorials/testnet-testing.md @@ -16,6 +16,6 @@ Tests should also be runnable in automated environments (CI). You can use the [J ### Stress Testing Live Applications Before Mainnet -Once you deployed your application to the testnet, you should record how your application handles non-trivial amounts of traffic to ensure there are no issues. +Once you have deployed your application to the testnet, you should record how your application handles non-trivial amounts of traffic to ensure there are no issues. -You should also get familiar with the [Cadence anti-patterns](../build/smart-contracts//best-practices/anti-patterns.md) to avoid avoid problematic or unintended behavior. +You should also get familiar with the [Cadence anti-patterns](../build/smart-contracts//best-practices/anti-patterns.md) to avoid problematic or unintended behavior.