From 6767e003a363064a0591e03f481156c2da723cee Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 10 Jun 2022 13:28:50 -0500 Subject: [PATCH] Style formula code names --- helpers/listing-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?`