Skip to content

Commit be2b833

Browse files
Typo fixes (#133)
* typo fixes * Chris suggestion
1 parent 76311e2 commit be2b833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/connection-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

129129
This results in the following output:
130130

source/faq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)