From 981b51535904cbaa520724e7478c3baeb9af0960 Mon Sep 17 00:00:00 2001 From: Pierre Olivier Martel Date: Wed, 3 Feb 2016 15:08:28 -0500 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feeb5c0de..4aa96c008 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ Returns the ID of the iFrame that the page is contained in. Ask the containing page for its positioning coordinates. You need to provide a callback which receives an object with the following properties: * **iframeHeight** The height of the iframe in pixels -* **iframeWidth** The height of the iframe in pixels +* **iframeWidth** The width of the iframe in pixels * **clientHeight** The height of the viewport in pixels * **clientWidth** The width of the viewport in pixels * **offsetLeft** The number of pixels between the left edge of the containing page and the left edge of the iframe