Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil authored Jul 19, 2024
1 parent 909ea55 commit 24fb10d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const baseActions = {
( { publicationId } ) => publicationId === publicationID
);

// If the publications is not found, do not attempt to sync the onboarding state.
// If the publication is not found, do not attempt to sync the onboarding state.
if ( ! publication ) {
return;
}
Expand Down

0 comments on commit 24fb10d

Please sign in to comment.