From 483c70c8993f00ea22783dfcb7e50f58d58f8029 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Tue, 6 Sep 2022 10:26:54 +0300 Subject: [PATCH] Fix minor typo --- src/data/secondary-options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/secondary-options.js b/src/data/secondary-options.js index 9bf9e10..8bb13b9 100644 --- a/src/data/secondary-options.js +++ b/src/data/secondary-options.js @@ -480,7 +480,7 @@ export const secondaryOptions = { cherrypick: [ { value: 'origin-branch', - label: 'an commit from origin branch into my working branch', + label: 'a commit from origin branch into my working branch', usage: 'git cherry-pick ', nb: 'Applying one or more commit from one branch into your working branch. '