Skip to content

Commit

Permalink
Fix comment example (#93779)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho authored Aug 21, 2024
1 parent b4064fe commit 78a2909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const useCreateStepHandlers = ( navigate: Navigate< StepperStep[] >, flowObject:
}

// If plan is already selected and it exists.
// Entry point example: /setup/migration/create-site?platform=wordpress&plan=business
// Entry point example: /setup/migration/create-site?plan=business
if ( plans[ plan ] ) {
return navigateToCheckout( {
siteId,
Expand Down

0 comments on commit 78a2909

Please sign in to comment.