[style] Fixing TSLint violations

This commit is contained in:
Steven Evans
2018-09-10 11:24:23 -04:00
parent a681fc5577
commit 9a4867785e
3 changed files with 44 additions and 41 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export const TerminalHelpText: string =
"theme [preset] | bg txt hlgt Change the color scheme of the UI<br>" +
"top Displays all running scripts and their RAM usage<br>" +
'unalias "[alias name]" Deletes the specified alias<br>' +
'wget [url] [target file] Retrieves code/text from a web server<br>';
"wget [url] [target file] Retrieves code/text from a web server<br>";
interface IMap<T> {
[key: string]: T;