Fix typos

This commit is contained in:
Yohix
2020-03-22 01:42:10 +00:00
parent 08984462ab
commit 585e6113f8
8 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ title: countVowels
tags: string,beginner
---
Retuns `number` of vowels in provided string.
Returns `number` of vowels in provided string.
Use a regular expression to count the number of vowels `(A, E, I, O, U)` in a `string`.