Skip to content

Commit

Permalink
bt-834: * fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjsp committed Sep 29, 2023
1 parent 0bf2eb9 commit 72088a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ const ProfileSecondSection: React.FC<Properties> = ({
<CandidateParameter
text={
candidateParameters.experienceYears >= PLURAL_YEARS
? `${candidateParameters.experienceYears} years of exerience`
: `${candidateParameters.experienceYears} year of exerience`
? `${candidateParameters.experienceYears} years of experience`
: `${candidateParameters.experienceYears} year of experience`
}
>
<CandidateIcons.EXPERIENCE className={styles.icon} />
Expand Down

0 comments on commit 72088a6

Please sign in to comment.