From 0c7e0fb18f173290828df0acbf04e0d46ae4a193 Mon Sep 17 00:00:00 2001 From: Kyle McNally Date: Thu, 1 Dec 2022 15:13:25 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f66251..c6affd3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Remove the 'actions/setup-node@v1' step from your action.yml file #### **wording:** -Customize the messages that trigger the version bump. It must be a string, case sensitive, coma separated (optional). Example: +Customize the messages that trigger the version bump. It must be a string, case sensitive, comma separated (optional). Example: ```yaml - name: 'Automated Version Bump' uses: 'phips28/gh-action-bump-version@master'