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?":
124124
125125.. code-block:: csharp
126126
127- Console.WriteLine(System.Web.HttpUtility.UrlEncode("#MyPaassword ?"));
127+ Console.WriteLine(System.Web.HttpUtility.UrlEncode("#MyPassword ?"));
128128
129129This results in the following output:
130130
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ The error message consists of multiple parts:
147147 servers that the driver is aware of is a key part of this view. Each
148148 server description contains an exhaustive description of its current
149149 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
152152 last failed heartbeat. Analyzing the ``HeartbeatException`` on each
153153 cluster node can assist in diagnosing most server selection issues.
154154 The following heartbeat exceptions are common:
You can’t perform that action at this time.
0 commit comments