Skip to content

Commit 647bcce

Browse files
authored
Update writing-tests.mdx
1 parent 66cc0a9 commit 647bcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cw-multi-test/getting-started/writing-tests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Luckily, `clippy` reports no issues for the **counter** smart contract.
4949
## Preparing the directory structure for tests
5050

5151
Before we start writing tests, we need to set up the directories and files for the test cases. The
52-
final directory and file structure is shown below.
52+
final directory and file structure are shown below.
5353

5454
```ansi showLineNumbers {7-11} filename="counter (directory)"
5555
.

0 commit comments

Comments
 (0)