From ed144b1942e040a685621db341f11f87eae9ca6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Wo=C5=BAniak?= Date: Thu, 2 Nov 2023 15:35:45 +0100 Subject: [PATCH] chore: Fix typo in aztec sandbox (#3191) --- 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();