Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqui authored Oct 15, 2024
1 parent b7df344 commit f0ca05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/pronoun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ca05e

Please sign in to comment.