From dcba48a8c0c3b3599407a13751356ceeb82ae4d7 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 10 Nov 2024 22:24:06 +0100 Subject: [PATCH] Fix repeated word "the" in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e43934fc3..084decded65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1472,7 +1472,7 @@ However, if you are a package developer, or if you have published Blade views or ### Changed -- Change the the Prettier integration to only modify HTML files https://github.com/hydephp/develop/issues/102 +- Change the Prettier integration to only modify HTML files https://github.com/hydephp/develop/issues/102 - Change how the `docs/search.html` page is rendered, by handling page logic in the view, to decouple it from the build search command ### Fixed