From 75d2137b0ae2b65f5df4f9377ebe3a4683f58b5f Mon Sep 17 00:00:00 2001 From: kevaundray Date: Tue, 15 Aug 2023 14:05:24 +0100 Subject: [PATCH] chore: Fix typo (#2315) --- crates/wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasm/README.md b/crates/wasm/README.md index e2b625c739b..c5e8d54a836 100644 --- a/crates/wasm/README.md +++ b/crates/wasm/README.md @@ -2,7 +2,7 @@ This JavaScript package enables users to compile a Noir program, i.e. generating its artifacts. -The package also handles dependency management like how Nargo (Noir's CLI tool) opreates, but the package is used just for compilation, not proving, verifying and simulating functions. +The package also handles dependency management like how Nargo (Noir's CLI tool) operates, but the package is used just for compilation, not proving, verifying and simulating functions. ## Building from source