Skip to content

Commit c6aa29a

Browse files
Fix typo (brianc#2422)
Co-authored-by: Wolfgang Walther <wolfgangwalther@users.noreply.github.com>
1 parent 0b9bb34 commit c6aa29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-connection-string/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var config = parse('postgres://someuser:somepassword@somehost:381/somedatabase')
2222

2323
The resulting config contains a subset of the following properties:
2424

25-
* `host` - Postgres server hostname or, for UNIX doamain sockets, the socket filename
25+
* `host` - Postgres server hostname or, for UNIX domain sockets, the socket filename
2626
* `port` - port on which to connect
2727
* `user` - User with which to authenticate to the server
2828
* `password` - Corresponding password

0 commit comments

Comments
 (0)