mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Make word singular
This commit is contained in:
parent
ddeaf1e4d7
commit
877410c9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue