Skip to content

Commit

Permalink
Add "are" and "not" to titleCase exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Stone committed Aug 24, 2020
1 parent 29daf71 commit 283ac45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/toTitleCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const englishSmallWords = [
'a',
'an',
'and',
'are',
'as',
'at',
'but',
Expand All @@ -15,6 +16,7 @@ export const englishSmallWords = [
'in',
'is',
'nor',
'not',
'of',
'on',
'or',
Expand Down

0 comments on commit 283ac45

Please sign in to comment.