From 3d934a507eef88d45bc052383bfc8fc571ffe79a Mon Sep 17 00:00:00 2001 From: Esa Juhani Ruoho Date: Tue, 25 Sep 2018 02:09:12 -0700 Subject: [PATCH] intial -> initial Fixed simple typo at the end of the readme.md, `intial` -> `initial` . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef763d8a..be6ad1af 100644 --- a/README.md +++ b/README.md @@ -2100,7 +2100,7 @@ var isDestroyed = item.isDestroyed(); * This project owes much to David DeSandro's [Masonry](http://masonry.desandro.com/), [Packery](http://packery.metafizzy.co/) and [Isotope](https://isotope.metafizzy.co/) libraries. You should go ahead and check them out right now if you haven't yet. Thanks Dave! * Jukka Jylänki's research [A Thousand Ways to Pack the Bin](http://clb.demon.fi/files/RectangleBinPack.pdf) came in handy when building Muuri's layout algorithms. Thanks Jukka! * Big thanks to the people behind [Web Animations polyfill](https://github.com/web-animations/web-animations-js) and [Hammer.js](http://hammerjs.github.io/) for providing such awesome libraries. Muuri would be much less cool without animations and dragging. -* [Haltu Oy](http://www.haltu.fi/) was responsible for initiating this project in the first place and funded the intial development. Thanks Haltu! +* [Haltu Oy](http://www.haltu.fi/) was responsible for initiating this project in the first place and funded the initial development. Thanks Haltu! ## License