diff --git a/docs/index.html b/docs/index.html
index 90b287e8..d9b59a0f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -38,7 +38,7 @@
-
+
@@ -6243,8 +6243,8 @@ lli = function(line1, line2):
are again all kinds of approaches we can take, and a simple-but-effective one is to set the length of that segment to "one third the
length of the baseline". This forces e1
and e2
to always be the "linear curve" distance apart, which means if we
place our three points on a line, it will actually look like a line. Nice! The last thing we'll need to do is make sure to flip
- the sign of d
depending on which side of the baseline our B
is located, so we don't up creating a funky curve
- with a loop in it. To do this, we can use the atan2 function:
+ the sign of d
depending on which side of the baseline our B
is located, so we don't end up creating a funky
+ curve with a loop in it. To do this, we can use the atan2 function: