Skip to content

Commit 2d931e5

Browse files
authored
Fix typo in ThemeManager
1 parent 9440104 commit 2d931e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ThemeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function attemptToInstallAsset(
8787
);
8888
} else if (isFirstTimeInstalling(context)) {
8989
const actionText = "Install Theme Assets";
90-
const messageBody = `Installing theme assets requires me to corrupt VS-Code by modifying CSS. You will have to use the "Remove Sticker/Background" command to restore VS Code back to supported status before unistalling. I won't show you this message again in the future if you choose to install.`;
90+
const messageBody = `Installing theme assets requires me to corrupt VS-Code by modifying CSS. You will have to use the "Remove Sticker/Background" command to restore VS Code back to supported status before uninstalling. I won't show you this message again in the future if you choose to install.`;
9191
return conditionalInstall(
9292
FIRST_TIME_STICKER_INSTALL,
9393
actionText,

0 commit comments

Comments
 (0)