Fixed spelling error in documentation.
authorChris Van Horne <chris.vanhorne@gmail.com>
Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)
committerChris Van Horne <chris.vanhorne@gmail.com>
Fri, 9 Dec 2011 07:48:22 +0000 (00:48 -0700)
docs/user/advanced.rst

index 9d1a943..87b180c 100644 (file)
@@ -124,7 +124,7 @@ will also guarantee execution of the ``response`` hook, described below. ::
 
 .. admonition:: Throttling
 
-    The ``map`` function also takes a ``size`` parameter, that specifies the nubmer of connections to make at a time::
+    The ``map`` function also takes a ``size`` parameter, that specifies the number of connections to make at a time::
 
         async.map(rs, size=5)