From 7f481283b8fa3132fb55954e4bcd599718fe2412 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 3 Jan 2022 16:08:10 +0100 Subject: [PATCH] fix typo --- apps/remix-ide/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 22776e657d..d6e420b786 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -272,7 +272,7 @@ class AppComponent { filePanel, Registry.getInstance().get('compilersartefacts').api, networkModule, - egistry.getInstance().get('fileproviders/browser').api + Registry.getInstance().get('fileproviders/browser').api ) const analysis = new AnalysisTab() const debug = new DebuggerTab()