From 12c466edddad29da662de723a0ddbded65ea893d Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Fri, 12 May 2023 14:18:57 +0200 Subject: [PATCH] fix: typo --- lib/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.tsx b/lib/constants.tsx index 849817b52..f3924e232 100644 --- a/lib/constants.tsx +++ b/lib/constants.tsx @@ -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 - our guide on implementing a checkout flow to learn more`, + our guide on implementing a checkout flow to learn more.`, description: 'Checkout is not implemented yet in this template', updatedAt: new Date().toISOString(), createdAt: new Date().toISOString()