From 757238e54e2a9ec5d78bfcf54a8d7de1a00374c2 Mon Sep 17 00:00:00 2001 From: Poulav Bhowmick Date: Sun, 7 Jan 2024 12:09:19 +0530 Subject: [PATCH] fixed spelling in src/accessibility/describe.js --- src/accessibility/describe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accessibility/describe.js b/src/accessibility/describe.js index 46f8e9b211..da2a9d3deb 100644 --- a/src/accessibility/describe.js +++ b/src/accessibility/describe.js @@ -455,7 +455,7 @@ p5.prototype._describeElementHTML = function(type, name, text) { } else if (type === 'label') { //If display is LABEL creates a div adjacent to the canvas element with //a table, a row header cell with the name of the elements, - //and adds the description of the element in adjecent cell. + //and adds the description of the element in adjacent cell. //if there is no label description container if (!this.dummyDOM.querySelector(`#${cnvId + labelContainer}`)) { //if there are no accessible outputs (see textOutput() and gridOutput())