From 14525bbe6c99b975cba6906e3792305a1a226055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 25 Apr 2021 15:21:23 +0200 Subject: [PATCH] fix spelling --- subjects/anything-to-declare/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/anything-to-declare/README.md b/subjects/anything-to-declare/README.md index 809ad23b..2971b6af 100644 --- a/subjects/anything-to-declare/README.md +++ b/subjects/anything-to-declare/README.md @@ -113,11 +113,11 @@ console.log(cashPayment) All right, before we can embark into this adventure, you are going to tell us more about yourself using **variables** ! -- Declare a variable _indentified_ `age` of a `Number` value of your age +- Declare a variable _identified_ `age` of a `Number` value of your age -- Declare a variable _indentified_ `name` of a `String` value of your name +- Declare a variable _identified_ `name` of a `String` value of your name -- Declare a variable _indentified_ `secureLuggage` of a `Boolean` saying if your +- Declare a variable _identified_ `secureLuggage` of a `Boolean` saying if your luggage contain dangerous things or not. _(for obvious security reasons)_ > PS: And please, use reasonable values, or the tests might reject you !