From 8656a3b1f4fce63c3acaed6e81ae77632df05ef5 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Wed, 27 Sep 2023 11:04:04 +0100 Subject: [PATCH] chore: typo (#2546) --- barretenberg/ts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/ts/README.md b/barretenberg/ts/README.md index 9abe0652ee0..ae92a04e90d 100644 --- a/barretenberg/ts/README.md +++ b/barretenberg/ts/README.md @@ -123,4 +123,4 @@ If you change the C++ code run `yarn build:wasm` to rebuild the webassembly. To run the tests run `yarn test`. To run a continuous "stress test" run `yarn simple_test` to do 10 full pk/proof/vk iterations. This is useful for -inspecting memory growth as the we continuously use the library. +inspecting memory growth as we continuously use the library.