We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4a2b commit 9c796ebCopy full SHA for 9c796eb
lib/services/plugins-service.ts
@@ -99,7 +99,7 @@ export class PluginsService implements IPluginsService {
99
this.executeForAllInstalledPlatforms(action, projectData);
100
101
if (showMessage) {
102
- this.$logger.out(`Succsessfully removed plugin ${pluginName}`);
+ this.$logger.out(`Successfully removed plugin ${pluginName}`);
103
}
104
105
0 commit comments