From a056d36f3730d132cdfafb3a60d5cd29c7b7ce97 Mon Sep 17 00:00:00 2001 From: Scott Graves Date: Mon, 29 Jul 2019 02:34:28 +0000 Subject: [PATCH] Spelling --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4ad6271..713dbb5 100644 --- a/src/App.js +++ b/src/App.js @@ -30,7 +30,7 @@ class App extends IPCContainer { componentDidMount() { const detectUpgrades = () => { if (this.props.AppPlatform === 'unknown') { - this.props.notifyError('Operation system is not supported.', true); + this.props.notifyError('Operating system is not supported.', true); } else { this.props.loadReleases(); }