瀏覽代碼

Fixed spelling

Temdog007 6 年之前
父節點
當前提交
1d467d76ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/math/Lut.js

+ 1 - 1
examples/js/math/Lut.js

@@ -10,7 +10,7 @@ THREE.Lut = function ( colormap, numberofcolors ) {
 
 };
 
-var defaultLegendParamters = {
+var defaultLegendParameters = {
 	layout: 'vertical',
 	position: new THREE.Vector3(),
 	dimensions: { width: 0.5, height: 3 }