diff --git a/docs/docs/definitive-beginners/the-basics.mdx b/docs/docs/definitive-beginners/the-basics.mdx index 7c34343..e26cc31 100644 --- a/docs/docs/definitive-beginners/the-basics.mdx +++ b/docs/docs/definitive-beginners/the-basics.mdx @@ -23,7 +23,8 @@ circle(5); square([15,3]); ``` -`circle(5);` gives us a circle with a radius of `5` and `square` is the 2d version of `cube`. Here we've given it dimensions of 15 and 2 for x and y respectively (or width and height if you prefer). +`circle(5);` gives us a circle with a radius of `5` and `square` is the 2d version of `cube`. +Here we've given it dimensions of 15 and 3 for x and y respectively (or width and height if you prefer).