diff --git a/apps/remix-ide/src/app/plugins/remixAIPlugin.tsx b/apps/remix-ide/src/app/plugins/remixAIPlugin.tsx index 97dc6b7fa6b..1dde824c8a8 100644 --- a/apps/remix-ide/src/app/plugins/remixAIPlugin.tsx +++ b/apps/remix-ide/src/app/plugins/remixAIPlugin.tsx @@ -45,7 +45,7 @@ export class RemixAIPlugin extends ViewPlugin { super(profile) this.isOnDesktop = inDesktop this.agent = new CodeExplainAgent(this) - // user machine dont use ressource for remote inferencing + // user machine dont use resource for remote inferencing } onActivation(): void {