diff --git a/p5/core/constants.py b/p5/core/constants.py index ddf139ca..59645a5b 100644 --- a/p5/core/constants.py +++ b/p5/core/constants.py @@ -228,7 +228,7 @@ class SType(Enum): TESS = SType.TESS # Stroke parameters -SQUARE = "SQAURE" +SQUARE = "SQUARE" PROJECT = "PROJECT" ROUND = "ROUND" MITER = "MITER"