diff --git a/public/content/lessons/2016/3d-transformations/index.mdx b/public/content/lessons/2016/3d-transformations/index.mdx index 340f43ab..bc0f1f04 100644 --- a/public/content/lessons/2016/3d-transformations/index.mdx +++ b/public/content/lessons/2016/3d-transformations/index.mdx @@ -361,7 +361,7 @@ M_3=\left[\begin{array}{ccc} \end{array}\right] $$ -Of course, we could generalize this into a formula, but the nice thing about about sending the standard basis vectors through the composition of two matrices is that not only are you able to calculate the resulting matrix, but it also leverages your existing understanding of a transformation. +Of course, we could generalize this into a formula, but the nice thing about sending the standard basis vectors through the composition of two matrices is that not only are you able to calculate the resulting matrix, but it also leverages your existing understanding of a transformation.