Skip to content

Commit 4a39d20

Browse files
committed
JM final fixes
1 parent e3351c5 commit 4a39d20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/monitoring/cluster-monitoring.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ documentation, and a description of when the event is published:
9696
- Description
9797

9898
* - :php:`ServerChangedEvent <mongodb-driver-monitoring-serverchangedevent>`
99-
- Created when the server description changes, such as the server's type
100-
changing from secondary to primary.
99+
- Created when the server description changes, such as the server's
100+
type changing from secondary to primary.
101101

102102
* - :php:`ServerOpeningEvent <mongodb-driver-monitoring-serveropeningevent>`
103103
- Created when a server connection is established.
@@ -106,8 +106,8 @@ documentation, and a description of when the event is published:
106106
- Created when a server connection is closed.
107107

108108
* - :php:`TopologyChangedEvent <mongodb-driver-monitoring-topologychangedevent>`
109-
- Created when the topology description changes, such when there is
110-
an election of a new primary.
109+
- Created when the topology description changes, such as when there
110+
is an election of a new primary.
111111

112112
* - :php:`TopologyOpeningEvent <mongodb-driver-monitoring-topologyopeningevent>`
113113
- Created when the driver first connects to the cluster.
@@ -116,7 +116,7 @@ documentation, and a description of when the event is published:
116116
- Created when the driver disconnects from the cluster.
117117

118118
* - :php:`ServerHeartbeatStartedEvent <mongodb-driver-monitoring-serverheartbeatstartedevent>`
119-
- Created when the server monitor sends a ``hello`` call to the server.
119+
- Created when the server monitor sends a ``hello`` command to the server.
120120
This action is called a heartbeat.
121121

122122
* - :php:`ServerHeartbeatSucceededEvent <mongodb-driver-monitoring-serverheartbeatsucceededevent>`

0 commit comments

Comments
 (0)