Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed May 12, 2023
1 parent b8f154c commit 12c466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const DEFAULT_OPTION = 'Default Title';
export const CHECKOUT_PAGE_PROPS = {
title: 'Checkout',
body: `Checkout is not implemented yet in this template. Check out
<a href="https://docs.medusajs.com/modules/carts-and-checkout/storefront/implement-checkout-flow">our guide on implementing a checkout flow</a> to learn more`,
<a href="https://docs.medusajs.com/modules/carts-and-checkout/storefront/implement-checkout-flow">our guide on implementing a checkout flow</a> to learn more.`,
description: 'Checkout is not implemented yet in this template',
updatedAt: new Date().toISOString(),
createdAt: new Date().toISOString()
Expand Down

0 comments on commit 12c466e

Please sign in to comment.