@@ -96,8 +96,8 @@ documentation, and a description of when the event is published:
96
96
- Description
97
97
98
98
* - :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.
101
101
102
102
* - :php:`ServerOpeningEvent <mongodb-driver-monitoring-serveropeningevent>`
103
103
- Created when a server connection is established.
@@ -106,8 +106,8 @@ documentation, and a description of when the event is published:
106
106
- Created when a server connection is closed.
107
107
108
108
* - :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.
111
111
112
112
* - :php:`TopologyOpeningEvent <mongodb-driver-monitoring-topologyopeningevent>`
113
113
- Created when the driver first connects to the cluster.
@@ -116,7 +116,7 @@ documentation, and a description of when the event is published:
116
116
- Created when the driver disconnects from the cluster.
117
117
118
118
* - :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.
120
120
This action is called a heartbeat.
121
121
122
122
* - :php:`ServerHeartbeatSucceededEvent <mongodb-driver-monitoring-serverheartbeatsucceededevent>`
0 commit comments