From 98a7ab792c468eccf0d97510ad51e42f1207b3cd Mon Sep 17 00:00:00 2001 From: Arya Singh <72375247+ARYASINGHBJC@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:30:37 +0530 Subject: [PATCH] Fixes typo (#2521) --- .../107-conditional-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/107-conditional-operators.md b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/107-conditional-operators.md index 3ee79e51a..cafe1a165 100644 --- a/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/107-conditional-operators.md +++ b/content/roadmaps/106-javascript/content/108-javascript-expressions-and-operators/107-conditional-operators.md @@ -1,6 +1,6 @@ # Conditional operators -Conditional oprator also known as Ternary operator is the only JS operator that takes three operands. +Conditional operator also known as Ternary operator is the only JS operator that takes three operands. The operator can have one of two values based on a condition.