You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2019/09/04 07:05:43 UTC

[couchdb-nano] branch master updated: Fix typo (#177)

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/master by this push:
     new c36b258  Fix typo (#177)
c36b258 is described below

commit c36b258fc0fb7e9312d347473e1af7dffcdbf23a
Author: B͈̤̖̪̪̱ͅl̯̯̮̼͎̬͚̳̩̖̲u̜̼͉͈̠b͙̬̘̙̱̗̲͙b͍̞̬̬͓̼l̰̪͖̯̼̟̟͈̖͕̜̱̜ͅl̻̗͔̝̭̰͚͇̯̥ <34...@users.noreply.github.com>
AuthorDate: Wed Sep 4 09:05:39 2019 +0200

    Fix typo (#177)
    
    'authenication'
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 29d3cac..f98afa1 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ To use `nano` you need to connect it to your CouchDB install, to do that:
 const nano = require('nano')('http://localhost:5984');
 ```
 
-The URL you supply may also contain authenication credentials e.g. `http://admin:mypassword@localhost:5984`.
+The URL you supply may also contain authentication credentials e.g. `http://admin:mypassword@localhost:5984`.
 
 To create a new database: