Skip to content

Commit a750518

Browse files
authored
Merge pull request #7571 from ChloeYanYan/main
Fix typos in gridOutput.js
2 parents 86710c8 + 140cbdb commit a750518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accessibility/gridOutput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function _gridShapeDetails(idT, ingredients) {
117117
let shapeDetails = '';
118118
let shapes = '';
119119
let totalShapes = 0;
120-
//goes trhough every shape type in ingredients
120+
//goes through every shape type in ingredients
121121
for (let x in ingredients) {
122122
let shapeNum = 0;
123123
for (let y in ingredients[x]) {

0 commit comments

Comments
 (0)