Skip to content

Commit

Permalink
Merge pull request #6705 from PoulavBhowmick03/main
Browse files Browse the repository at this point in the history
fixed spelling in src/accessibility/describe.js
  • Loading branch information
Qianqianye authored Jan 11, 2024
2 parents c51c9d7 + 757238e commit ec439d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessibility/describe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit ec439d7

Please sign in to comment.