From e27fbf1abdc970d9db3fb33135bd4fd63ac57654 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 19 Jun 2022 21:53:12 +0300 Subject: [PATCH] docs(invert): correct grammar --- subjects/invert/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/invert/README.md b/subjects/invert/README.md index 1c5fbdae..f0d7957f 100644 --- a/subjects/invert/README.md +++ b/subjects/invert/README.md @@ -2,8 +2,8 @@ ### Instructions -Create a function called `invert` that takes an object and returns it with its keys and values inverted. +Create a function named `invert` which takes an object and returns it with its keys and values inverted. ### Notions -- [devdocs.io/javascript/global_objects/object](https://devdocs.io/javascript/global_objects/object) +- [object](https://devdocs.io/javascript/global_objects/object)