Skip to content

Commit

Permalink
Fix typo in comment (#10021)
Browse files Browse the repository at this point in the history
  • Loading branch information
sehcheese authored and mrdoob committed Nov 4, 2016
1 parent b576ff3 commit 3c02fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/controls/OrbitControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

Expand Down

0 comments on commit 3c02fef

Please sign in to comment.