hyperterm: normalize our events :D

This commit is contained in:
Guillermo Rauch 2016-07-07 16:23:01 -07:00
parent 1383775fbe
commit c693a46896

View file

@ -126,7 +126,7 @@ export default class HyperTerm extends Component {
quitAndInstall (ev) {
ev.preventDefault();
this.rpc.emit('quit-and-install');
this.rpc.emit('quit and install');
}
closeUpdateIndicator () {