From e7dbaaef9b531bb7afebdccce4f3986ce048c414 Mon Sep 17 00:00:00 2001 From: mw Date: Thu, 2 Nov 2023 11:52:27 +0200 Subject: [PATCH] Fix typo in aztec sandbox --- yarn-project/aztec-sandbox/src/bin/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/aztec-sandbox/src/bin/index.ts b/yarn-project/aztec-sandbox/src/bin/index.ts index 463a2b65b35..b2882235d4e 100644 --- a/yarn-project/aztec-sandbox/src/bin/index.ts +++ b/yarn-project/aztec-sandbox/src/bin/index.ts @@ -45,7 +45,7 @@ async function createAndInitialiseSandbox() { } /** - * Create and start a new Aztec RCP HTTP Server + * Create and start a new Aztec RPC HTTP Server */ async function main() { const logPath = setupFileDebugLog();