Skip to content

Commit

Permalink
Typo, last -> first
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Roberts authored Feb 7, 2019
1 parent 696434e commit 89d3fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ There is no requirement that inputs must be upper or lowercase.
- In the first word, find the last instance of a vowel. The first half of the portmanteau will keep every letter of the first word until and **excluding** its last vowel.

For example, if the first word is `dreams`, then `a` is the last vowel in this word. The first part of the new portmanteau is `dre`, excluding the `a`
- In the second word, find the first instance of a vowel. The second half of the portmanteau will keep every letter of the second word after and **including** its last vowel.
- In the second word, find the first instance of a vowel. The second half of the portmanteau will keep every letter of the second word after and **including** its first vowel.

For example, if the second word is `hopes`, then `o` is the first vowel in this word. The second part of the new portmanteau is `opes`, including the `o`
- If there are no vowels found in the first word, _use every letter in the first word_ in the first part of the portmanteau.
Expand Down

0 comments on commit 89d3fc8

Please sign in to comment.