From f0ca05eb76a3ce0c6fea419392990c87576b9d7b Mon Sep 17 00:00:00 2001 From: Abdelilah SADIQUI <143453064+sadiqui@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:00:53 +0100 Subject: [PATCH 1/2] Fix a typo --- subjects/pronoun/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/pronoun/README.md b/subjects/pronoun/README.md index a263f8bc28..bcb3e16ed6 100644 --- a/subjects/pronoun/README.md +++ b/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 From ae3fbb8105ee1f675f9e65d15cfbffd64e5e9bb0 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:42:40 +0000 Subject: [PATCH 2/2] docs(pronoun): fmt with prettier --- subjects/pronoun/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/pronoun/README.md b/subjects/pronoun/README.md index bcb3e16ed6..a35f227c07 100644 --- a/subjects/pronoun/README.md +++ b/subjects/pronoun/README.md @@ -8,6 +8,7 @@ This function returns an object that will have all the personal pronouns, presen You must also add a `count` property to the sub object, with the amount of occurrences of the pronoun. Pronouns: + - i - you - he