Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: correct user visible spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Kuechler authored and marionebl committed Sep 21, 2018
1 parent 0a87f14 commit 27d59a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/electron/create-library-message-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down Expand Up @@ -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']
},
Expand Down

0 comments on commit 27d59a4

Please sign in to comment.