diff --git a/components/sections/whatis/index.js b/components/sections/whatis/index.js index d2b2cfa7..daaf0f50 100644 --- a/components/sections/whatis/index.js +++ b/components/sections/whatis/index.js @@ -127,7 +127,7 @@ var Whatis = React.createClass({
Bezier curves are the result of linear interpolations. That sounds complicated but you've been doing linear interpolation since you were very young: any time you had to point at something between two other things, you've been applying - linear interpolation. It's simply "picking a point between two, points".
+ linear interpolation. It's simply "picking a point between two points".If we know the distance between those two points, and we want a new point that is, say, 20% the distance away from the first point (and thus 80% the distance away from the second point) then we