Skip to content

Commit 4617695

Browse files
Update src/sdam/server_selection_events.ts
Co-authored-by: Alena Khineika <[email protected]>
1 parent 60f2469 commit 4617695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdam/server_selection_events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class ServerSelectionSucceededEvent extends ServerSelectionEvent {
9898
/** @internal */
9999
name = SERVER_SELECTION_SUCCEEDED;
100100
message = 'Server selection succeeded';
101-
/** The hostname, IP address, or Unix domain socket path for the selected server. */
101+
/** The hostname, IP address, or Unix domain socket path for the selected server. */
102102
serverHost: string;
103103
/** The port for the selected server. Optional; not present for Unix domain sockets. When the user does not specify a port and the default (27017) is used, the driver SHOULD include it here. */
104104
serverPort: number | undefined;

0 commit comments

Comments
 (0)