From d894fe4c6bce297134362239724c4d19455304d9 Mon Sep 17 00:00:00 2001
From: MaxLearnToCode <44282200+MaxLearnToCode@users.noreply.github.com>
Date: Mon, 14 Jan 2019 18:01:55 -0800
Subject: [PATCH] Uppercase to lowercase (#28317)
---
guide/english/mathematics/the-slope-of-a-straight-line/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/english/mathematics/the-slope-of-a-straight-line/index.md b/guide/english/mathematics/the-slope-of-a-straight-line/index.md
index 4c303f5450..56241e08be 100644
--- a/guide/english/mathematics/the-slope-of-a-straight-line/index.md
+++ b/guide/english/mathematics/the-slope-of-a-straight-line/index.md
@@ -9,7 +9,7 @@ title: The Slope of a Straight Line
- A line with negative value of slope(m < 0) indicates that the given line is going down from right to left.
### Calculating the slope of a line when two co-ordinates of the points on the line are given
-In this case, Suppose a line l has two points with co-ordinates (x1,y1) and (x2,y2) then the slope of a line is calculated as:
+In this case, suppose a line l has two points with co-ordinates (x1,y1) and (x2,y2) then the slope of a line is calculated as: