Skip to content

Commit b434902

Browse files
authored
docs: Fix a few typos (#25753)
There are small typos in: - examples/jsm/loaders/ColladaLoader.js - examples/jsm/loaders/SVGLoader.js Fixes: - Should read `width` rather than `witdh`. - Should read `process` rather than `procces`. Signed-off-by: Tim Gates <[email protected]>
1 parent 8400dc5 commit b434902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jsm/loaders/ColladaLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ class ColladaLoader extends Loader {
962962

963963
let i, j, l;
964964

965-
// procces skin data for each vertex
965+
// process skin data for each vertex
966966

967967
for ( i = 0, l = vcount.length; i < l; i ++ ) {
968968

examples/jsm/loaders/SVGLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ class SVGLoader extends Loader {
23842384

23852385
static pointsToStroke( points, style, arcDivisions, minDistance ) {
23862386

2387-
// Generates a stroke with some witdh around the given path.
2387+
// Generates a stroke with some width around the given path.
23882388
// The path can be open or closed (last point equals to first point)
23892389
// Param points: Array of Vector2D (the path). Minimum 2 points.
23902390
// Param style: Object with SVG properties as returned by SVGLoader.getStrokeStyle(), or SVGLoader.parse() in the path.userData.style object

0 commit comments

Comments
 (0)