Fix typos

This commit is contained in:
Mohammad Fares
2018-08-05 02:46:01 +03:00
parent 530ab84af9
commit 16b859b0f4
6 changed files with 11 additions and 11 deletions

View File

@@ -68,7 +68,7 @@
theme: options.theme
});
// Insert the html template
// Insert the HTML template
self.html($(template));
if (options.frameBox.type) {
@@ -158,7 +158,7 @@
term.write(record.content);
// Wrokaround since xterm doesn't provide a rendered event
// Workaround since xterm doesn't provide a rendered event
var renderCheckTimer = setInterval(function() {
if (term.writeInProgress) {
@@ -224,7 +224,7 @@
* - maxIdleTime (default: 2000)
* - Maximum delay between frames in ms
* - Ignored if the `frameDelay` isn't set to `auto`
* - Set to `auto` to prevnt limiting the max idle time
* - Set to `auto` to prevent limiting the max idle time
*
* - speedFactor (default: 1)
* - Multiply the frames delays by this factor