Skip to content

Commit 12a3029

Browse files
authored
Update textOutput.js
1 parent 170b9de commit 12a3029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/accessibility/textOutput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function _textSummary(numShapes, background, width, height) {
5959
function _shapeDetails(idT, ingredients) {
6060
let shapeDetails = '';
6161
let shapeNumber = 0;
62-
//goes trhough every shape type in ingredients
62+
//goes through every shape type in ingredients
6363
for (let x in ingredients) {
6464
//and for every shape
6565
for (let y in ingredients[x]) {
@@ -91,7 +91,7 @@ function _shapeDetails(idT, ingredients) {
9191
function _shapeList(idT, ingredients) {
9292
let shapeList = '';
9393
let shapeNumber = 0;
94-
//goes trhough every shape type in ingredients
94+
//goes through every shape type in ingredients
9595
for (let x in ingredients) {
9696
for (let y in ingredients[x]) {
9797
//it creates a line in a list

0 commit comments

Comments
 (0)