From e01403b6750b66594b6fb76a8fa03ac18770ed40 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 2 May 2022 15:06:22 +0100 Subject: [PATCH] docs(ion-out): correct grammar --- subjects/ion-out/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subjects/ion-out/README.md b/subjects/ion-out/README.md index 41221457..a68405c5 100644 --- a/subjects/ion-out/README.md +++ b/subjects/ion-out/README.md @@ -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)