From 1e8968d97ae06f1f7f782e84374eb8dda6c7f87e Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Tue, 16 Jun 2015 09:04:12 +0100 Subject: [PATCH] Correct typo in OverlayOptions --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 43b2b64242..7d1075c6b1 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -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]`.