Skip to content

Commit bbd7f64

Browse files
authored
Update en.json
Fixed typo in 'webglVersion' description
1 parent 4b5e410 commit bbd7f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/reference/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@
983983
},
984984
"webglVersion": {
985985
"description": [
986-
"If the sketch was created in WebGL mode, then <code>weglVersion</code> will indicate which version of WebGL it is using. It will try to create a WebGL2 canvas unless you have requested WebGL1 via <code>setAttributes({ version: 1 })</code>, and will fall back to WebGL1 if WebGL2 is not available.",
986+
"If the sketch was created in WebGL mode, then <code>webglVersion</code> will indicate which version of WebGL it is using. It will try to create a WebGL2 canvas unless you have requested WebGL1 via <code>setAttributes({ version: 1 })</code>, and will fall back to WebGL1 if WebGL2 is not available.",
987987
"<code>webglVersion</code> will always be either <code>WEBGL2</code>, <code>WEBGL</code>, or <code>P2D</code> if not in WebGL mode."
988988
]
989989
},
@@ -7905,4 +7905,4 @@
79057905
]
79067906
}
79077907
}
7908-
}
7908+
}

0 commit comments

Comments
 (0)