mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Fix spelling.
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user