From 078950652df9ca179f00244d51339fc8a442dcb4 Mon Sep 17 00:00:00 2001 From: Dik Takken Date: Tue, 11 Jun 2024 16:34:50 +0200 Subject: [PATCH] Minor spelling/grammar fix --- includes/classes/Indexable/Post/SyncManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/classes/Indexable/Post/SyncManager.php b/includes/classes/Indexable/Post/SyncManager.php index 7eadf049b..5f998fa1e 100644 --- a/includes/classes/Indexable/Post/SyncManager.php +++ b/includes/classes/Indexable/Post/SyncManager.php @@ -300,7 +300,7 @@ public function action_delete_post( $post_id ) { Indexables::factory()->get( $this->indexable_slug )->delete( $post_id, false ); /** - * Make sure to remove this post from the sync queue in case an shutdown happens + * Make sure to remove this post from the sync queue in case a shutdown happens * before a redirect when a redirect has already been triggered. */ $this->remove_from_queue( $post_id );