Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit c166650

Browse files
Merge pull request #303 from telerik/vladimirov/fix-messages
Fix message on preuninstall
2 parents b3734d5 + be07b11 commit c166650

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

commands/preuninstall.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class PreUninstallCommand implements ICommand {
2121
var adbPath = path.join(__dirname, relativeAdbPath);
2222

2323
var killAdbServerCommand = util.format("\"%s\" kill-server", adbPath);
24-
this.$logger.warn("Trying to kill adb server. Some running andorid related operations may fail.");
24+
this.$logger.warn("Trying to kill adb server. Some running Android related operations may fail.");
2525

2626
try {
2727
this.$childProcess.exec(killAdbServerCommand).wait();

docs/helpers/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ ul {
186186
}
187187

188188
ol {
189+
margin: 10px 10px 10px 20px;
189190
list-style-type: decimal;
190191
}
191192

0 commit comments

Comments
 (0)