Merge pull request #3808 from probins/patch-1

Correct typo in OverlayOptions
This commit is contained in:
Frédéric Junod
2015-06-16 10:37:53 +02:00

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]`.