File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ The following example shows how to percent encode "#MyPassword?":
124
124
125
125
.. code-block:: csharp
126
126
127
- Console.WriteLine(System.Web.HttpUtility.UrlEncode("#MyPaassword ?"));
127
+ Console.WriteLine(System.Web.HttpUtility.UrlEncode("#MyPassword ?"));
128
128
129
129
This results in the following output:
130
130
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ The error message consists of multiple parts:
147
147
servers that the driver is aware of is a key part of this view. Each
148
148
server description contains an exhaustive description of its current
149
149
state including information about an endpoint, a server version, a
150
- server type, and its current health state. If the server is not
151
- heathy , ``HeartbeatException`` contains the exception from the
150
+ server type, and its current health state. If the server encounters issues in
151
+ reporting its health , ``HeartbeatException`` contains the exception from the
152
152
last failed heartbeat. Analyzing the ``HeartbeatException`` on each
153
153
cluster node can assist in diagnosing most server selection issues.
154
154
The following heartbeat exceptions are common:
You can’t perform that action at this time.
0 commit comments