summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Enderlin <ivan.enderlin@hoa-project.net>2013-10-07 11:39:54 +0200
committerIvan Enderlin <ivan.enderlin@hoa-project.net>2013-10-07 11:39:54 +0200
commit96627af7f5cd793ccb6a56227b83eee568ce5429 (patch)
tree484237e999bbe419f3a80774e5ac7aea9383f02a
parentbe9f58a9fd811d2cd4d7b2cabea8a076339d55f7 (diff)
downloadfastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.zip
fastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.tar.gz
fastdom-96627af7f5cd793ccb6a56227b83eee568ce5429.tar.bz2
Fix a typo.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47c560b..bd01a18 100644
--- a/README.md
+++ b/README.md
@@ -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