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()