From 163fc5fa61b90a8011974264813247cca8bb16b1 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sat, 4 Nov 2023 14:32:01 +0000 Subject: [PATCH] fix: Corrects typo in repo readme writted -> written --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf141bfea78a..0955d5afaf67 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All the packages that make up [Aztec](https://docs.aztec.network). - [Aztec.js](./yarn-project/aztec.js/): A tool for interacting with the Aztec network. It communicates via the [Private Execution Environment (PXE)](./yarn-project/pxe/). - [Aztec Boxes](./yarn-project/boxes/): A minimal framework for building full stack applications for Aztec (using React). - [Example contracts](./yarn-project/noir-contracts/): Example contracts for the Aztec network, written in Noir. -- [End to end tests](./yarn-project/end-to-end/): Integration tests writted in Typescript--a good reference for how to use the packages for specific tasks. +- [End to end tests](./yarn-project/end-to-end/): Integration tests written in Typescript--a good reference for how to use the packages for specific tasks. ## Issues Board