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()