Skip to content

Commit

Permalink
docs: Add comma to separate password and url key
Browse files Browse the repository at this point in the history
Added a comma to separate the properties in transportOptions object.

Signed-off-by: Gajender Tyagi <gajender@eradani.com>
  • Loading branch information
GajenderI committed Feb 1, 2022
1 parent 0a7355a commit c4f5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Creating a ``Connection`` using the ``REST`` tranport.
transportOptions: {
database: '*LOCAL',
username: 'myuser',
password: 'mypass'
password: 'mypass',
url: 'http://myhost.example.com/cgi-bin/xmlcgi.pgm',
}
});

0 comments on commit c4f5e29

Please sign in to comment.