This commit is contained in:
Theodore Dubois 2017-11-01 14:31:44 -07:00 committed by Timothy
parent f8bc2884b7
commit 95f52e20e1

View file

@ -108,7 +108,7 @@ export default class Term extends PureComponent {
'The underlying terminal engine of Hyper no longer ' + 'The underlying terminal engine of Hyper no longer ' +
'uses iframes with individual `document` objects for each ' + 'uses iframes with individual `document` objects for each ' +
'terminal instance. This method call is retained for ' + 'terminal instance. This method call is retained for ' +
"backwards compatibility reasons. It's ok to attach direclty" + "backwards compatibility reasons. It's ok to attach directly" +
'to the `document` object of the main `window`.' 'to the `document` object of the main `window`.'
); );
return document; return document;