From 7532b129787f834e01650c215442164ecb4635d0 Mon Sep 17 00:00:00 2001 From: Tom Carden Date: Mon, 2 Oct 2023 13:24:23 -0600 Subject: [PATCH] persnickety apostrophes, but only for UI copy --- cypress/e2e/state-calculator.cy.ts | 2 +- src/calculator-form.ts | 6 +++--- src/index.html | 2 +- src/state-incentive-details.ts | 4 ++-- src/working-copy.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cypress/e2e/state-calculator.cy.ts b/cypress/e2e/state-calculator.cy.ts index 7402f6a..0ff8f6f 100644 --- a/cypress/e2e/state-calculator.cy.ts +++ b/cypress/e2e/state-calculator.cy.ts @@ -47,7 +47,7 @@ describe('template spec', () => { cy.get('rewiring-america-state-calculator') .shadow() - .contains("Incentives you're interested in"); + .contains('Incentives you’re interested in'); cy.get('rewiring-america-state-calculator') .shadow() diff --git a/src/calculator-form.ts b/src/calculator-form.ts index e7cbcd2..681003c 100644 --- a/src/calculator-form.ts +++ b/src/calculator-form.ts @@ -90,8 +90,8 @@ export const formTemplate = ( gridClass: string = 'grid-3-2', ) => { const labelSlot = html``; @@ -163,7 +163,7 @@ export const formTemplate = (