From 974799164d87c9247b1cd6277919bb8d7e1b8a72 Mon Sep 17 00:00:00 2001 From: Quentin Aristote <62126931+qaristote@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:20:59 +0000 Subject: [PATCH] readme: fix typo "modififed" corrected to "modified" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcc70d7..12d54d8 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Use the following workflow to only check links in modified markdown files in a pull request. When -you use this variable, the action finds modififed files between two commits: +you use this variable, the action finds modified files between two commits: - latest commit in you PR - latest commit in the `master` branch. If you are suing a different branch to merge PRs, specify the branch using `base-branch`.