Skip to content

Commit 82c268a

Browse files
committed
fix grammatical error in testing methods section
1 parent a51ca64 commit 82c268a

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/smart-contracts/testing

1 file changed

+1
-1
lines changed

src/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ While it is possible to upgrade a contract if a bug is discovered, upgrades are
2626

2727
## Methods for testing smart contracts {#methods-for-testing-smart-contracts}
2828

29-
Methods for testing Ethereum smart contracts exist fall under two broad categories: **automated testing** and **manual testing**. Automated testing and manual testing offer unique benefits and tradeoffs, but you can combine both to create a robust plan for analyzing your contracts.
29+
Methods for testing Ethereum smart contracts fall under two broad categories: **automated testing** and **manual testing**. Automated testing and manual testing offer unique benefits and tradeoffs, but you can combine both to create a robust plan for analyzing your contracts.
3030

3131
### Automated testing {#automated-testing}
3232

0 commit comments

Comments
 (0)