docs(ion-out): correct grammar

This commit is contained in:
davhojt 2022-05-02 15:06:22 +01:00 committed by Dav Hojt
parent 4d7dad6dd3
commit e01403b675
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
### Instructions
Make a function `ionOut` that receives a string and returns an array with every
word containing 'ion' following a t, without the 'ion'.
Create a function named `ionOut`, that receives a `string` and returns an array with every word containing `'ion'` following a `'t'`. The words should be returned without the `'ion'` part.
### Notions
- [github.com/ziishaned/learn-regex#4-lookarounds](https://github.com/ziishaned/learn-regex#4-lookarounds)
- [Learn RegEx Lookarounds](https://github.com/ziishaned/learn-regex#4-lookarounds)