diff --git a/helpers/listing-page.js b/helpers/listing-page.js index c04f6ff..52c5e7d 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -102,7 +102,7 @@ export class ListingDetails { } if ( this.type === 'formula' ) { - return `Does ${ this.api.name } work on Apple Silicon when installed via Homebrew?` + return `Does ${ this.api.name } work on Apple Silicon when installed via Homebrew?` } return `Does ${ this.api.name } work on Apple Silicon?`