Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user