From 27d59a4dd3e87129e906cf739c980156a927368b Mon Sep 17 00:00:00 2001 From: Lasse Kuechler Date: Thu, 20 Sep 2018 22:29:21 +0200 Subject: [PATCH] fix: correct user visible spelling errors --- src/electron/create-library-message-handler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/electron/create-library-message-handler.ts b/src/electron/create-library-message-handler.ts index d555359c7..f13a5f325 100644 --- a/src/electron/create-library-message-handler.ts +++ b/src/electron/create-library-message-handler.ts @@ -71,7 +71,7 @@ export async function createLibraryMessageHandler( } const paths = await showOpenDialog({ - title: 'Connnect Pattern Library', + title: 'Connect Pattern Library', message: 'Select a package.json file in the root of a library you want to connect to Alva', properties: ['openFile'], @@ -231,7 +231,7 @@ function showAnalysisError(error: Error): void { Electron.dialog.showMessageBox( { - message: 'Sorry, this seems to be an uncompatible library.', + message: 'Sorry, this seems to be an incompatible library.', detail: 'Learn more about supported component libraries on github.com/meetalva', buttons: ['OK', 'Learn more', 'Report a Bug'] },