From a62be95af39e3e8d28a0ff4a80d07d30e7d16e17 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 8 Aug 2023 10:15:34 -0600 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88316765eb..84a24e3bd7d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Effortlessly track all changed files and directories relative to a target branch * Facilitates easy debugging. * Scales to handle large repositories. * Supports Git submodules. -* Supports [merge queues](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) for pull reequests. +* Supports [merge queues](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) for pull requests. * Generates escaped JSON output for running matrix jobs based on changed files. * Lists changed directories. * Limits matching changed directories to a specified maximum depth.