Browse Source

Merge pull request #12562 from paulmasson/patch-1

Typo
Mr.doob 7 years ago
parent
commit
a57b090b5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/math/Color.html

+ 1 - 1
docs/api/math/Color.html

@@ -35,7 +35,7 @@ var color = new THREE.Color( 'skyblue' );
 //HSL string
 var color = new THREE.Color("hsl(0, 100%, 50%)");
 
-//Seperate RGB values between 0 and 1
+//Separate RGB values between 0 and 1
 var color = new THREE.Color( 1, 0, 0 );
 		</code>