From 89c88219497ddea4889fb6d16972039a37e3aaa3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 Mar 2023 15:48:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f05cff..83d10ec9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ jobs: # Event `push`: Compare the preceeding commit -> to the current commit of the main branch. # Event `pull_request`: Compare the last commit of main -> to the current commit of a Pull Request branch. # ------------------------------------------------------------------------------------------------------------------------- - # To compare changes between the current commit ant the last pushed remote commit set `since_last_remote_commit: true`. e.g + # To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g # with: # since_last_remote_commit: true