Correct typo in OverlayOptions

This commit is contained in:
Peter Robins
2015-06-16 09:04:12 +01:00
parent 9c480d77f5
commit 1e8968d97a

View File

@@ -331,7 +331,7 @@ olx.OverlayOptions.prototype.element;
/**
* Offsets in pixels used when positioning the overlay. The fist element in the
* Offsets in pixels used when positioning the overlay. The first element in the
* array is the horizontal offset. A positive value shifts the overlay right.
* The second element in the array is the vertical offset. A positive value
* shifts the overlay down. Default is `[0, 0]`.