From e5b2aab4899555dcbaaf1769e93c8e21d0f4e2ea Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 11 Jul 2022 13:30:34 +0200 Subject: [PATCH] fix typo in readme remote was misspelled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf22dda..7c5dcc91 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The following is an extended example with all available options. commit_author: Author # defaults to author of the commit that triggered the run # Optional. Tag name being created in the local repository and - # pushed to remtoe repository and defined branch. + # pushed to remote repository and defined branch. tagging_message: 'v1.0.0' # Optional. Option used by `git-status` to determine if the repository is