Skip to content

Commit 29c39bf

Browse files
authored
Merge pull request #78 from lifechange777/patch-1
(docs): fix typo
2 parents 2c1fa85 + 6b5e019 commit 29c39bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ yarn test
102102

103103
Testing will run the **TypeScript tests** defined in `index.test.ts` inside `./src/test`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/developers/guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
104104

105-
Note: The Typescript tests spawn an instance of the sandbox to test against, and close it once once the TS tests are complete.
105+
Note: The Typescript tests spawn an instance of the sandbox to test against, and close it once the TS tests are complete.
106106

107107
---
108108

0 commit comments

Comments
 (0)