Skip to content

Commit d721757

Browse files
committed
chore: ✏️ Fix typo in comment
1 parent d8599bd commit d721757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ppcp-store-sync/src/Registration/ReconciliationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function reconcile(): void {
5353
return;
5454
}
5555

56-
// Integration is enabled, let's check te auto-register flag before acting.
56+
// Integration is enabled, let's check the auto-register flag before acting.
5757
if ( $this->should_auto_register() ) {
5858
$this->register();
5959
}

0 commit comments

Comments
 (0)