Skip to content

Commit

Permalink
Revert "Replace 'fewer' with 'less'"
Browse files Browse the repository at this point in the history
This reverts commit 76fe69f.
  • Loading branch information
calvin-lau-sig7 committed May 16, 2022
1 parent 18efbe6 commit 8d00d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/character-count/error/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ layout: layout-example.njk
isPageHeading: true
},
errorMessage: {
text: "Job description must be 350 characters or less"
text: "Job description must be 350 characters or fewer"
}
}) }}
4 changes: 2 additions & 2 deletions src/components/character-count/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ For example, ‘Enter a summary’.

#### If the input is too long

Say ‘[whatever it is] must be [number] characters or less’.<br>
For example, ‘Summary must be 400 characters or less’.
Say ‘[whatever it is] must be [number] characters or fewer’.<br>
For example, ‘Summary must be 400 characters or fewer’.

## Research on this component

Expand Down

0 comments on commit 8d00d2d

Please sign in to comment.