diff --git a/components/sections/extended/index.js b/components/sections/extended/index.js index 9922ecb3..19f95730 100644 --- a/components/sections/extended/index.js +++ b/components/sections/extended/index.js @@ -48,7 +48,7 @@ var Explanation = React.createClass({

Now that we know the mathematics behind Bézier curves, there's one curious thing that you may have - noticed: they always run from t-0 to t=1. Why that particular interval?

+ noticed: they always run from t=0 to t=1. Why that particular interval?

It all has to do with how we run from "the start" of our curve to "the end" of our curve. If we have a value that is a mixture of two other values, then the general formula for this is: