diff --git a/packages/create-sitecore-jss/src/templates/nextjs-sxa/src/Layout.tsx b/packages/create-sitecore-jss/src/templates/nextjs-sxa/src/Layout.tsx index 24a462af7b..17122e889d 100644 --- a/packages/create-sitecore-jss/src/templates/nextjs-sxa/src/Layout.tsx +++ b/packages/create-sitecore-jss/src/templates/nextjs-sxa/src/Layout.tsx @@ -11,7 +11,7 @@ import { } from '@sitecore-jss/sitecore-jss-nextjs'; import { getPublicUrl } from '@sitecore-jss/sitecore-jss-nextjs/utils'; import Scripts from 'src/Scripts'; -// The bundle imports external (BYOC) components into the app. below will ensure they are ready to be used. +// The bundle imports external (BYOC) components into the app and makes sure they are ready to be used. import BYOC from 'src/byoc'; // Prefix public assets with a public URL to enable compatibility with Sitecore Experience Editor.