diff --git a/src/core/shape/vertex.js b/src/core/shape/vertex.js index d6d6a1ea5d..b6abe9aec6 100644 --- a/src/core/shape/vertex.js +++ b/src/core/shape/vertex.js @@ -781,7 +781,7 @@ p5.prototype.endShape = function(mode) { * * * @alt - * backwards s-shaped black line with the same s-shaped line in postive z-axis. + * backwards s-shaped black line with the same s-shaped line in positive z-axis. */ p5.prototype.quadraticVertex = function(...args) { p5._validateParameters('quadraticVertex', args);