From 2ec1fc745eae9b2117c813f69f8d5609a6c07c9f Mon Sep 17 00:00:00 2001 From: Mark Omarov <15357910+mark-omarov@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:58:51 +0900 Subject: [PATCH] fix: typo --- src/commands/config/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/config/config.ts b/src/commands/config/config.ts index bb86f56..3ccfc04 100644 --- a/src/commands/config/config.ts +++ b/src/commands/config/config.ts @@ -63,9 +63,9 @@ export async function configAction(): Promise { { type: Input, name: 'repository', - message: 'Base repository for synchorization:', + message: 'Base repository for synchronization:', hint: - 'If you already have a repository on GitHub that you use for synchorization, you can type it here, otherwise we will create a new one for you.', + 'If you already have a repository on GitHub that you use for synchronization, you can type it here, otherwise we will create a new one for you.', transform: sanitizeString, validate: compose(not, isEmpty, sanitizeString), default: 'contribution-mate-sync',