From f9e32dd6852560f09c74be6251b0eddfde817569 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Sun, 19 Jan 2020 10:52:22 +1300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628bd75..2973af4 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,5 @@ bPopup.reposition(100); ### v 0.9.1 (03-10-2013) ### * Legacy fallback: In version 0.9.0 I changed the default close class from bClose to b-close. To avoid issues when you update to latest version I'm also binding a close event on the old default close class, bModal. -* Bugfix: When moving an iframe through the DOM, IE9 will excecute the code in the iframe as many times as moves you make. Each time (but the last one) will return udefined on Object, String, Array etc. +* Bugfix: When moving an iframe through the DOM, IE9 will execute the code in the iframe as many times as moves you make. Each time (but the last one) will return udefined on Object, String, Array etc. * Bugfix: When appending is false no overlay was created.