From d0e9756f496e411c8c659912c8e9523e8aa4a9b2 Mon Sep 17 00:00:00 2001 From: Arnaud Benhamdine Date: Tue, 26 Jul 2016 14:55:01 +0200 Subject: [PATCH] Missing w in password --- Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client.md b/Client.md index c2c7d01..2d64cd0 100644 --- a/Client.md +++ b/Client.md @@ -36,7 +36,7 @@ Internally the connection string is parsed and a _config_ object is created with #### Caution : Url strings don't allow to pass special characters like `#` -If you have some of them in your passord, don't use a connection string, use a config object and pass +If you have some in your password, don't use a connection string, use a config object and pass it as { host: 'foo', password: 'blah#blah' } ### new Client(object config) : _Client_