Skip to content

Commit ca81a7c

Browse files
committed
typo fix
1 parent cf584a6 commit ca81a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/editor/TestSetMaterialValueCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test( "Test for SetMaterialValueCommand (Undo and Redo)", function() {
2929
blending: [ 'No', 'Normal', 'Additive' ],
3030
opacity: [ 0.2, 0.5, 0.8 ],
3131
alphaTest: [ 0.1, 0.6, 0.9 ],
32-
wirefrimeLinewidth: [ 1.2, 3.4, 5.6 ]
32+
wireframeLinewidth: [ 1.2, 3.4, 5.6 ]
3333

3434
};
3535

0 commit comments

Comments
 (0)