From a7002bbea771d647e520e32278ecd9c7ba5cf14f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:08:59 +0200 Subject: [PATCH] fix typo --- libs/remixd/src/bin/remixd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remixd/src/bin/remixd.ts b/libs/remixd/src/bin/remixd.ts index 8ced09dc23..c6e9743734 100644 --- a/libs/remixd/src/bin/remixd.ts +++ b/libs/remixd/src/bin/remixd.ts @@ -139,7 +139,7 @@ function errorHandler (error: any, service: string) { sharedFolderClient.sharedFolder(options.sharedFolder) }) } - // Run foundry service if a founndry project is shared as folder + // Run foundry service if a foundry project is shared as folder const foundryConfigFilePath = absolutePath('./', options.sharedFolder) const isFoundryProject = existsSync(foundryConfigFilePath + '/foundry.toml') if (isFoundryProject) {