Skip to content

Commit c4f5e29

Browse files
authored
docs: Add comma to separate password and url key
Added a comma to separate the properties in transportOptions object. Signed-off-by: Gajender Tyagi <gajender@eradani.com>
1 parent 0a7355a commit c4f5e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Creating a ``Connection`` using the ``REST`` tranport.
127127
transportOptions: {
128128
database: '*LOCAL',
129129
username: 'myuser',
130-
password: 'mypass'
130+
password: 'mypass',
131131
url: 'http://myhost.example.com/cgi-bin/xmlcgi.pgm',
132132
}
133133
});

0 commit comments

Comments
 (0)