From f33e764001cd92cef6fcdd2d494661df3d143a75 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 11 Jul 2022 15:25:38 +0200 Subject: [PATCH] fix typo in readme (#230) 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