We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9bb34 commit c6aa29aCopy full SHA for c6aa29a
packages/pg-connection-string/README.md
@@ -22,7 +22,7 @@ var config = parse('postgres://someuser:somepassword@somehost:381/somedatabase')
22
23
The resulting config contains a subset of the following properties:
24
25
-* `host` - Postgres server hostname or, for UNIX doamain sockets, the socket filename
+* `host` - Postgres server hostname or, for UNIX domain sockets, the socket filename
26
* `port` - port on which to connect
27
* `user` - User with which to authenticate to the server
28
* `password` - Corresponding password
0 commit comments