Pārlūkot izejas kodu

Merge pull request #10772 from m4jing/patch-8

Removed reiterative
Mr.doob 8 gadi atpakaļ
vecāks
revīzija
0aa277d54e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/api/lights/SpotLight.html

+ 1 - 1
docs/api/lights/SpotLight.html

@@ -155,7 +155,7 @@
 			The Spotlight points from its [page:.position position] to target.position. The default
 			The Spotlight points from its [page:.position position] to target.position. The default
 			position of the target is *(0, 0, 0)*.<br />
 			position of the target is *(0, 0, 0)*.<br />
 
 
-			*Note*: For the the target's position to be changed to anything other than the default,
+			*Note*: For the target's position to be changed to anything other than the default,
 			it must be added to the [page:Scene scene] using
 			it must be added to the [page:Scene scene] using
 			<code>
 			<code>
 				scene.add( light.target );
 				scene.add( light.target );