From adf636b355d1098b649136c766aa334d49eeb3e8 Mon Sep 17 00:00:00 2001 From: Italo Date: Tue, 27 Apr 2021 16:09:34 -0300 Subject: [PATCH] Adjust typo --- src/ScreenHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenHelper.js b/src/ScreenHelper.js index da8546a..3a86ab2 100644 --- a/src/ScreenHelper.js +++ b/src/ScreenHelper.js @@ -7,7 +7,7 @@ class ScreenHelper { static async askRepoPath(context, options={}) { await context.app.alert( 'Select repository', - `Chose the repository to synchronize your workspace\nCurrent path: ${options.currentPath}` + `Choose the repository to synchronize your workspace\nCurrent path: ${options.currentPath}` ); const path = await context.app.showSaveDialog({defaultPath: options.workspaceName});