mirror of https://github.com/docker/docs.git
Text fix: Shut Down -> Shutdown
Reference: http://dictionary.reference.com/browse/shutdown?s=t
This commit is contained in:
parent
47cd30fdf9
commit
2bf509348f
|
|
@ -42,7 +42,7 @@ var Preferences = React.createClass({
|
|||
<div className="title">VM Settings</div>
|
||||
<div className="option">
|
||||
<div className="option-name">
|
||||
Shut Down Linux VM on closing Kitematic
|
||||
Shutdown Linux VM on closing Kitematic
|
||||
</div>
|
||||
<div className="option-value">
|
||||
<input type="checkbox" checked={this.state.closeVMOnQuit} onChange={this.handleChangeCloseVMOnQuit}/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue