diff --git a/libs/remix-ui/run-tab/src/lib/actions/events.ts b/libs/remix-ui/run-tab/src/lib/actions/events.ts index ccbd7ae7d8..111c598a70 100644 --- a/libs/remix-ui/run-tab/src/lib/actions/events.ts +++ b/libs/remix-ui/run-tab/src/lib/actions/events.ts @@ -46,7 +46,7 @@ export const setupEvents = (plugin: RunTab) => { setFinalContext(plugin, dispatch) fillAccountsList(plugin, dispatch) // 'contextChanged' & 'networkStatus' both are triggered on workspace & network change - // There is chance that pinned contracts state is overrided by othe event + // There is chance that pinned contracts state is overridden by other event // We load pinned contracts for VM environment in this event // and for other environments in 'networkStatus' event if (context.startsWith('vm')) await loadPinnedContracts(plugin, dispatch, context)