From 34ff0e619e4869547c1df5fc43d9076699bc8c22 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Sat, 30 Jan 2021 21:36:10 +0100 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9a8da..72fc240 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Set the minimum version which would be used to create a tag. The default value (`0.0.1`) prevents a `0.0.0` from being created. This can also be used when introducing Autotag to a repository which has already tagged. -For example, if the version `0.1.0` would already have been published, set the `minVersion` to the next patch to preent a duplicate tag. +For example, if the version `0.1.0` would already have been published, set the `minVersion` to the next patch to prevent a duplicate tag for that version. ```yaml - uses: butlerlogic/action-autotag@1.0.0