From d0f76be40878dd7c75abc7e19b44e908403d696d Mon Sep 17 00:00:00 2001 From: hrai <4055444+hrai@users.noreply.github.com> Date: Mon, 2 Aug 2021 15:57:07 +1000 Subject: [PATCH] NEW-WORDS Added New Word (#134) * NEW-WORDS Added New Word * NEW-WORDS Added Words --- src/abbreviation-constants.js | 3 ++- src/constants.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/abbreviation-constants.js b/src/abbreviation-constants.js index 7133d94..d430d23 100644 --- a/src/abbreviation-constants.js +++ b/src/abbreviation-constants.js @@ -146,6 +146,8 @@ const commonTechAbbreviations = [ 'PRs', 'PV', 'PaaS', + 'QA', + 'QAs', 'RRS', 'SAML', 'SDK', @@ -394,4 +396,3 @@ export const abbreviations = commonAbbreviations.concat( commonTechAbbreviations, awsAcronyms ); - diff --git a/src/constants.js b/src/constants.js index 97b96e1..1c4ce9f 100644 --- a/src/constants.js +++ b/src/constants.js @@ -50,6 +50,7 @@ const wordsWithApostrophe = { theyll: 'they\'ll', theyre: 'they\'re', theyve: 'they\'ve', + wasnt: 'wasn\'t', werent: 'weren\'t', wheres: 'where\'s', whered: 'where\'d',