Browse Source

Fix a typo

pull/2770/head^2
Abdelilah SADIQUI 1 month ago committed by Harry
parent
commit
30ec09cf48
  1. 2
      subjects/pronoun/README.md

2
subjects/pronoun/README.md

@ -5,7 +5,7 @@
Create a function named `pronoun` that accepts a string parameter.
This function returns an object that will have all the personal pronouns, present in the string, as keys. Each key will have a sub object with the first word after each of the personal pronouns found in the string.
You must also a `count` property to the sub object, with the amount of occurrences of the pronoun.
You must also add a `count` property to the sub object, with the amount of occurrences of the pronoun.
Pronouns:
- i

Loading…
Cancel
Save