Skip to content

Commit

Permalink
NEW-WORDS Added New Word (#134)
Browse files Browse the repository at this point in the history
* NEW-WORDS Added New Word

* NEW-WORDS Added Words
  • Loading branch information
hrai committed Aug 2, 2021
1 parent f0c1c6b commit d0f76be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/abbreviation-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const commonTechAbbreviations = [
'PRs',
'PV',
'PaaS',
'QA',
'QAs',
'RRS',
'SAML',
'SDK',
Expand Down Expand Up @@ -394,4 +396,3 @@ export const abbreviations = commonAbbreviations.concat(
commonTechAbbreviations,
awsAcronyms
);

1 change: 1 addition & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d0f76be

Please sign in to comment.