From 4bb2147297e71f3ba8b2a89e28ef20260624e24c Mon Sep 17 00:00:00 2001 From: davhojt Date: Sat, 30 Apr 2022 00:03:46 +0100 Subject: [PATCH] docs(returns): correct grammar --- subjects/returns/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/returns/README.md b/subjects/returns/README.md index 932538c4..d8083ebb 100644 --- a/subjects/returns/README.md +++ b/subjects/returns/README.md @@ -4,11 +4,11 @@ Create the following functions: -- `id` that takes one argument and return it -- `getLength` that takes an array or a string and return its length +- `id` that takes one argument and returns it. +- `getLength` that takes an array or a string and returns its length. ### Notions -- [nan-academy.github.io/js-training/examples/functions](https://nan-academy.github.io/js-training/examples/functions.js) -- [nan-academy.github.io/js-training/examples/data-structures](https://nan-academy.github.io/js-training/examples/data-structures.js) -- [nan-academy.github.io/js-training/examples/get](https://nan-academy.github.io/js-training/examples/get.js) +- [Functions](https://nan-academy.github.io/js-training/examples/functions.js) +- [Data Structures](https://nan-academy.github.io/js-training/examples/data-structures.js) +- [Get](https://nan-academy.github.io/js-training/examples/get.js)