From e9fd6b354278743e72b670ed3daf02f224c17766 Mon Sep 17 00:00:00 2001
From: Blaze2305 <44285159+Blaze2305@users.noreply.github.com>
Date: Wed, 21 Nov 2018 05:06:41 +0530
Subject: [PATCH] fixed typographic error (#22648)
---
guide/english/mathematics/vectors/dot-product/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/mathematics/vectors/dot-product/index.md b/guide/english/mathematics/vectors/dot-product/index.md
index bb7f928a7f..671b044f57 100644
--- a/guide/english/mathematics/vectors/dot-product/index.md
+++ b/guide/english/mathematics/vectors/dot-product/index.md
@@ -9,7 +9,7 @@ The dot product of vectors is also know as the “scalar” product.
#### Formula
If a and b are two vectors meeting at a point, whose moduli are |a| and |b| respectively and θ is the angle between them, then the “dot” or “scalar” product of the two vectors is given as:
-a.b = |a||a| cosθ
+a.b = |a||b| cosθ
Also, if the two vectors (a and b) are given in terms of their [unit vectors](https://en.wikipedia.org/wiki/Unit_vector), where