Correct minor typo in ol.dom.Input docs

This commit is contained in:
Peter Robins
2014-06-24 12:04:42 +01:00
parent e5b9098965
commit 928b05e857

View File

@@ -56,7 +56,7 @@ goog.inherits(ol.dom.Input, ol.Object);
/**
* If the input is a checkbox, return whether or not the checbox is checked.
* If the input is a checkbox, return whether or not the checkbox is checked.
* @return {boolean|undefined} The checked state of the Input.
* @todo observable
* @todo api