Skip to content

Commit 06484d5

Browse files
chloefealAniket-Engg
authored andcommitted
fix apps/remix-ide/src/blockchain/blockchain.tsx
1 parent 43c7fac commit 06484d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/blockchain/blockchain.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class Blockchain extends Plugin {
157157
_paq.push(['trackEvent', 'blockchain', 'providerPinned', name])
158158
this.emit('providersChanged')
159159
this.changeExecutionContext({ context: name }, null, null, null)
160-
this.call('notification', 'toast', `VM state '${providerName}' forked and selected as current envionment.`)
160+
this.call('notification', 'toast', `VM state '${providerName}' forked and selected as current environment.`)
161161
})
162162

163163
this.on('environmentExplorer', 'providerUnpinned', (name, provider) => {

0 commit comments

Comments
 (0)