Fix spelling

This commit is contained in:
Frederic Junod
2018-10-08 08:25:59 +02:00
parent 23473a8346
commit 69dfbb9e54
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import Interaction, {zoomByDelta} from '../interaction/Interaction.js';
* {@link module:ol/Map~Map}. `document` never loses focus but, for any other
* element, focus will have to be on, and returned to, this element if the keys
* are to function.
* See also {@link moudle:ol/interaction/KeyboardPan~KeyboardPan}.
* See also {@link module:ol/interaction/KeyboardPan~KeyboardPan}.
* @api
*/
class KeyboardZoom extends Interaction {