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.