Skip to content

Commit

Permalink
chore(libs): fix some typos in comment
Browse files Browse the repository at this point in the history
Signed-off-by: wangjingcun <[email protected]>
  • Loading branch information
wangjingcun authored and Aniket-Engg committed Nov 21, 2024
1 parent c7dc159 commit be63574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/run-tab/src/lib/actions/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be63574

Please sign in to comment.