diff --git a/numbers/operators.md b/numbers/operators.md index a1ce1da8..51f4e500 100644 --- a/numbers/operators.md +++ b/numbers/operators.md @@ -12,7 +12,7 @@ You can use parentheses just like in math to separate and group expressions: ``` --- -Create a variable `x` equal to the sum of `a` and `b` divided by `c`and finally multiplied by `d`. +Create a variable `x` equal to the sum of `a` and `b` divided by `c` and finally multiplied by `d`. ```js var a = 2034547;