From 22f0b3073790cb82ef16f957f963d6f549ffa029 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 25 Sep 2017 14:47:51 -0700 Subject: [PATCH] Doc typo --- externs/olx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externs/olx.js b/externs/olx.js index 98da700754..7b2ba7a67d 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -472,7 +472,7 @@ olx.TileOptions; /** * A duration for tile opacity transitions. By default, tiles will render with - * a opacity transition that lasts 275 ms. To change the duration, pass a + * an opacity transition that lasts 275 ms. To change the duration, pass a * number in milliseconds. A duration of 0 disables the opacity transition. * @type {number|undefined} * @api