Fix spelling.

This commit is contained in:
Filip Barl
2018-05-14 17:58:11 +02:00
parent e9cafc634a
commit 07c851178c
+1 -1
View File
@@ -157,7 +157,7 @@ class Terminal extends React.Component {
if (this.props.connect !== nextProps.connect && nextProps.connect) {
this.mountTerminal();
}
// Close the terminal window immediatelly when the pipe is deleted.
// Close the terminal window immediately when the pipe is deleted.
if (nextProps.pipe.get('status') === 'PIPE_DELETED') {
this.props.dispatch(closeTerminal(this.getPipeId()));
}