diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-10-07 11:39:54 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-10-07 11:39:54 +0200 |
commit | 96627af7f5cd793ccb6a56227b83eee568ce5429 (patch) | |
tree | 484237e999bbe419f3a80774e5ac7aea9383f02a | |
parent | be9f58a9fd811d2cd4d7b2cabea8a076339d55f7 (diff) | |
download | fastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.zip fastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.tar.gz fastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.tar.bz2 |
Fix a typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Each read/write job is added to a corresponding read/write queue. The queues are FastDom aims to behave like a singleton across *all* modules in your app. When any module requires `'fastdom'` they get the same instance back, meaning FastDom can harmonize DOM access app-wide. -Potentially a third-party library could depend on FastDom, and better intrgrate within an app that itself uses it. +Potentially a third-party library could depend on FastDom, and better integrate within an app that itself uses it. ## API |