From 10a0449995f64fcb45134be8029fff1356021513 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Thu, 7 Dec 2023 18:31:08 -0600 Subject: [PATCH] Fix typo (#534) Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com> --- src/AutoMerge/util.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoMerge/util.jl b/src/AutoMerge/util.jl index 89520cd7..e887d168 100644 --- a/src/AutoMerge/util.jl +++ b/src/AutoMerge/util.jl @@ -92,7 +92,7 @@ function _comment_disclaimer(; point_to_slack::Bool=false) "to follow them, since otherwise the pull request needs to be ", "manually reviewed and merged by a human.", "\n\n", - "After you have fixed the AutoMerge issues, simple retrigger Registrator, ", + "After you have fixed the AutoMerge issues, simply retrigger Registrator, ", "which will automatically update this pull request. ", "You do not need to change the version number in your `Project.toml` file ", "(unless of course the AutoMerge issue is that you skipped a version number, ",