Browse Source

Grammar correction (#9707)

Paul Masson 8 years ago
parent
commit
a769ec438f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Quaternion.js

+ 1 - 1
src/math/Quaternion.js

@@ -108,7 +108,7 @@ Quaternion.prototype = {
 
 		if ( (euler && euler.isEuler) === false ) {
 
-			throw new Error( 'THREE.Quaternion: .setFromEuler() now expects a Euler rotation rather than a Vector3 and order.' );
+			throw new Error( 'THREE.Quaternion: .setFromEuler() now expects an Euler rotation rather than a Vector3 and order.' );
 
 		}