Jelajahi Sumber

Fix typo in comment (#10021)

sehcheese 8 tahun lalu
induk
melakukan
3c02fefe57
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      examples/js/controls/OrbitControls.js

+ 1 - 1
examples/js/controls/OrbitControls.js

@@ -11,7 +11,7 @@
 //
 //    Orbit - left mouse / touch: one finger move
 //    Zoom - middle mouse, or mousewheel / touch: two finger spread or squish
-//    Pan - right mouse, or arrow keys / touch: three finter swipe
+//    Pan - right mouse, or arrow keys / touch: three finger swipe
 
 THREE.OrbitControls = function ( object, domElement ) {