From b989e5b81002ed88a40c6d3a8b4b032b96c1de12 Mon Sep 17 00:00:00 2001
From: Pomax
Date: Sun, 16 Aug 2020 09:18:39 -0700
Subject: [PATCH] axes fix + components section
---
chapters/components/content.en-GB.md | 2 +-
index.html | 2 +-
ja-JP/index.html | 2 +-
zh-CN/index.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chapters/components/content.en-GB.md b/chapters/components/content.en-GB.md
index bdd772ab..4d3d31fb 100644
--- a/chapters/components/content.en-GB.md
+++ b/chapters/components/content.en-GB.md
@@ -6,7 +6,7 @@ The solution: compute the derivative for each axis separately, and then fit them
Let's look at how a parametric Bézier curve "splits up" into two normal functions, one for the x-axis and one for the y-axis. Note the leftmost figure is again an interactive curve, without labeled axes (you get coordinates in the graph instead). The center and rightmost figures are the component functions for computing the x-axis value, given a value for t (between 0 and 1 inclusive), and the y-axis value, respectively.
-If you move points in a curve sideways, you should only see the middle graph change; likely, moving points vertically should only show a change in the right graph.
+If you move points in a curve sideways, you should only see the middle graph change; likewise, moving points vertically should only show a change in the right graph.
diff --git a/index.html b/index.html
index 5eebccda..5a3ffa46 100644
--- a/index.html
+++ b/index.html
@@ -2866,7 +2866,7 @@ function drawCurve(points[], t):
If you move points in a curve sideways, you should only see the
- middle graph change; likely, moving points vertically should only
+ middle graph change; likewise, moving points vertically should only
show a change in the right graph.
If you move points in a curve sideways, you should only see the
- middle graph change; likely, moving points vertically should only
+ middle graph change; likewise, moving points vertically should only
show a change in the right graph.
If you move points in a curve sideways, you should only see the
- middle graph change; likely, moving points vertically should only
+ middle graph change; likewise, moving points vertically should only
show a change in the right graph.