Skip to content

Commit

Permalink
Make word singular
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuySam committed Apr 27, 2024
1 parent ddeaf1e commit 877410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tv/[...videoPath].astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 877410c

Please sign in to comment.