You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/02/23 15:34:40 UTC

[GitHub] janl closed pull request #57: remove extra apostrophe

janl closed pull request #57: remove extra apostrophe
URL: https://github.com/apache/couchdb-nano/pull/57
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index b5fd8fc..4f78c27 100644
--- a/README.md
+++ b/README.md
@@ -377,7 +377,7 @@ Gets database information:
 ```js
 nano.db.info(function(err, body) {
   if (!err) {
-    console.log('got database info'', body);
+    console.log('got database info', body);
   }
 });
 ```


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services