Skip to content

Commit eba206f

Browse files
authored
Fix typo in pig-latin instructions (#2452)
1 parent 238b8b0 commit eba206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/pig-latin/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For example:
1919

2020
## Rule 2
2121

22-
If a word begins with a one or more consonants, first move those consonants to the end of the word and then add an `"ay"` sound to the end of the word.
22+
If a word begins with one or more consonants, first move those consonants to the end of the word and then add an `"ay"` sound to the end of the word.
2323

2424
For example:
2525

0 commit comments

Comments
 (0)