From e38d7f8032b55251a3515ce9e34f45fbaaef5ca3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Budav=C3=B6lgyi=20B=C3=A1lint?=
<37620060+bala92x@users.noreply.github.com>
Date: Mon, 15 Oct 2018 22:00:47 +0200
Subject: [PATCH] fix(guide): Remove logical faults (#18813)
Addition and multiplication examples have been left in the subtraction and division sections, possibly from copy pasting.
---
.../guide/english/javascript/arithmetic-operation/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/src/pages/guide/english/javascript/arithmetic-operation/index.md b/client/src/pages/guide/english/javascript/arithmetic-operation/index.md
index 57ede6aa0a..3e923f6d32 100644
--- a/client/src/pages/guide/english/javascript/arithmetic-operation/index.md
+++ b/client/src/pages/guide/english/javascript/arithmetic-operation/index.md
@@ -31,8 +31,8 @@ _Hint:_ There is a handy decrement) operator that is a great shortcut when you're subtracting numbers by 1.
@@ -67,7 +67,7 @@ _Hint:_ There is a handy