All the words that has 'our' in it, is changed to 'my'. `singularize('flour')` output: 'flmy' `singularize('your')` output: 'ymy'
All the words that has 'our' in it, is changed to 'my'.
singularize('flour')output: 'flmy'
singularize('your')output: 'ymy'