From 877410c9cced5782f4f24bfa287ba38bc1ca4a8d Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 26 Apr 2024 22:57:02 -0500 Subject: [PATCH] Make word singular --- src/pages/tv/[...videoPath].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tv/[...videoPath].astro b/src/pages/tv/[...videoPath].astro index 51a7e03..6621668 100644 --- a/src/pages/tv/[...videoPath].astro +++ b/src/pages/tv/[...videoPath].astro @@ -46,7 +46,7 @@ const listingDetails = new ListingDetails( tvListing ) const headOptions = listingDetails.headOptions // Set the page title -headOptions.title = `${ listingDetails.initialVideo.name } - Apple Silicon Compatibility Videos - Does It ARM` +headOptions.title = `${ listingDetails.initialVideo.name } - Apple Silicon Compatibility Video - Does It ARM` const { preloads } = getVideoImages( listingDetails.initialVideo )