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.