From 6f1b6248d32c38f5cbd5cd7b3d307f827ab32361 Mon Sep 17 00:00:00 2001 From: g40 Date: Thu, 26 May 2011 12:32:02 -0700 Subject: [PATCH] Jerry. (my) typos plus formatting --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 4605285..bd8e200 100644 --- a/FAQ.md +++ b/FAQ.md @@ -37,7 +37,7 @@ pg.query(..., function(err, result) { }); ``` -### 5. If pg returns query data in JSON format, for web serivce applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ### +### 5. If pg returns query data in JSON format, for web service applications, it would make sense to return that directly to the client. If this assumption is correct what is the most efficient method? ### ```js http.createServer(function(req, res) { //NOTE: pg connection boilerplate not present