Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Nov 6, 2024
1 parent 7268ee8 commit 7881d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aipane/aipane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export async function getAIModels(provider: AIProvider, apiKey: string, filter:
let officeLoaded = false;
if (typeof Office !== "undefined") {
Office.onReady((info) => {
console.log(`Office SDK ready running ${info.host ? "in" + info.host : "outside office"}`);
console.log(`Office SDK ready running ${info.host ? "in " + info.host : "outside office"}`);
officeLoaded = true;
});
}
Expand Down

0 comments on commit 7881d27

Please sign in to comment.