[Pkg-javascript-commits] [node-async] 444/480: Fix small typo in README: s/asyc/async
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 5bc2fbbc7cda1436b79094dee768eea8a3dc38f9
Author: Jeremy Martin <jmar777 at gmail.com>
Date: Thu Apr 3 09:49:12 2014 -0400
Fix small typo in README: s/asyc/async
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1a85777..1ba92d8 100644
--- a/README.md
+++ b/README.md
@@ -1000,7 +1000,7 @@ app.get('/cats', function(request, response) {
}
}
var User = request.models.User;
- asyc.seq(
+ async.seq(
_.bind(User.get, User), // 'User.get' has signature (id, callback(err, data))
handleError,
function(user, fn) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list