Skip to content

Commit

Permalink
Minor spelling/grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtakken committed Jun 12, 2024
1 parent eafddcc commit 0789506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Indexable/Post/SyncManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 0789506

Please sign in to comment.