From 5d5e2523dc451b27ea1242d4e39b6386db49e1f3 Mon Sep 17 00:00:00 2001 From: Sander Boom Date: Mon, 16 Mar 2015 14:07:13 +0100 Subject: [PATCH] Small typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3a4e8c8..d9be7227d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ or via **jQuery**. (See [notes](#browser-compatibility) below for using native v $('iframe').iFrameResize( [{options}] ); ``` -The second file ([iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js)) is a **native** JavaScript file that needs placing in the page contained within your iFrame. This file is designed to be a guest on someone else's system, so has no dependancies and won't do anything until it's activated by a message from the containing page. +The second file ([iframeResizer.contentWindow.min.js](https://raw.github.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js)) is a **native** JavaScript file that needs placing in the page contained within your iFrame. This file is designed to be a guest on someone else's system, so has no dependencies and won't do anything until it's activated by a message from the containing page. ### Typical setup