Browse Source

Correct grammar in error message

paulmasson 9 years ago
parent
commit
8f187d60fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Vector3.js

+ 1 - 1
src/math/Vector3.js

@@ -244,7 +244,7 @@ THREE.Vector3.prototype = {
 
 
 			if ( euler instanceof THREE.Euler === false ) {
 			if ( euler instanceof THREE.Euler === false ) {
 
 
-				console.error( 'THREE.Vector3: .applyEuler() now expects a Euler rotation rather than a Vector3 and order.' );
+				console.error( 'THREE.Vector3: .applyEuler() now expects an Euler rotation rather than a Vector3 and order.' );
 
 
 			}
 			}