From 84c338785ff3f23b2c54094048beeac7f580aedd Mon Sep 17 00:00:00 2001 From: Romashka Date: Sun, 15 Dec 2024 01:06:12 +0200 Subject: [PATCH] typo-Update terminal.json --- apps/remix-dapp/src/locales/en/terminal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-dapp/src/locales/en/terminal.json b/apps/remix-dapp/src/locales/en/terminal.json index 562ec9873c..a3d32452c9 100644 --- a/apps/remix-dapp/src/locales/en/terminal.json +++ b/apps/remix-dapp/src/locales/en/terminal.json @@ -15,7 +15,7 @@ "terminal.welcomeText8": "Right-click on a JavaScript file in the file explorer and then click `Run`", "terminal.welcomeText9": "The following libraries are accessible", "terminal.welcomeText10": "Type the library name to see available commands", - "terminal.text1": "This type of command has been deprecated and is not functionning anymore. Please run remix.help() to list available commands.", + "terminal.text1": "This type of command has been deprecated and is not functioning anymore. Please run remix.help() to list available commands.", "terminal.hideTerminal": "Hide Terminal", "terminal.showTerminal": "Show Terminal", "terminal.clearConsole": "Clear console",