Skip to content

Commit 9c796eb

Browse files
dtopuzovPlamen5kov
authored andcommitted
Fix typo in plugins-service.ts (#3238)
1 parent 0fe4a2b commit 9c796eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/plugins-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class PluginsService implements IPluginsService {
9999
this.executeForAllInstalledPlatforms(action, projectData);
100100

101101
if (showMessage) {
102-
this.$logger.out(`Succsessfully removed plugin ${pluginName}`);
102+
this.$logger.out(`Successfully removed plugin ${pluginName}`);
103103
}
104104
}
105105

0 commit comments

Comments
 (0)