From 81ee147f51d2e632dad0f0045052b74e6ad01d23 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Fri, 7 May 2021 14:56:01 +0200 Subject: [PATCH] the-basics.mdx: Fix punctuation formatting --- docs/docs/definitive-beginners/the-basics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/definitive-beginners/the-basics.mdx b/docs/docs/definitive-beginners/the-basics.mdx index 4504184..d412028 100644 --- a/docs/docs/definitive-beginners/the-basics.mdx +++ b/docs/docs/definitive-beginners/the-basics.mdx @@ -23,7 +23,7 @@ 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 2 for x and y respectively (or width and height if you prefer).