mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fix typo (#2418)
This commit is contained in:
parent
f8bc2884b7
commit
95f52e20e1
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ export default class Term extends PureComponent {
|
|||
'The underlying terminal engine of Hyper no longer ' +
|
||||
'uses iframes with individual `document` objects for each ' +
|
||||
'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`.'
|
||||
);
|
||||
return document;
|
||||
|
|
|
|||
Loading…
Reference in a new issue