Skip to content

Commit 02f9bda

Browse files
authored
Merge pull request #254 from birds3345/main
Fix typo
2 parents 71ea87d + 2d931e5 commit 02f9bda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can choose themes based on characters from these various Anime, Manga, or Vi
102102
**Background Wallpaper** is probably one of the best features of the plugin.
103103
This feature will set the background image to the current theme's official wallpaper.
104104

105-
**Important!!** 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
105+
**Important!!** 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
106106

107107
**Glass Pane effect**
108108

@@ -127,15 +127,15 @@ https://user-images.githubusercontent.com/15972415/172961532-d8403999-15f0-4030-
127127
Tired of the the VSCode watermark cramping your style?
128128
You have the ability to hide it using **Hide VSCode Watermark**, so you can fully enjoy your art.
129129

130-
**Important!!** Hiding the watermark 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
130+
**Important!!** Hiding the watermark 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
131131

132132
![Hidden Watermark](./readmeStuff/hide_watermark.gif)
133133

134134
## Stickers
135135

136136
**Show sticker** allows you to control the presence of the cute sticker in the bottom right-hand corner of your IDE.
137137

138-
**Important!!** 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
138+
**Important!!** 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. You can close VSCode and start it back up remove the annoying `Unsupported` warning. The plugin automatically fixes VSCode's checksums.
139139

140140
![Ibuki's Dark Sticker](./readmeStuff/sticker.png)
141141

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)