chore(libs): fix some typos in comment

Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
pull/5410/head
wangjingcun 2 weeks ago committed by Aniket
parent c7dc159e5a
commit be63574d31
  1. 2
      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)

Loading…
Cancel
Save