From 95f52e20e15fb636bf247ca0bdf2e4ca3b081173 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Wed, 1 Nov 2017 14:31:44 -0700 Subject: [PATCH] Fix typo (#2418) --- lib/components/term.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/term.js b/lib/components/term.js index 476a6991..ff3baabb 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -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;