Fix typos
This commit is contained in:
@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user