Skip to content

Commit ab0d2ec

Browse files
authored
typo fixes surfaced by script (#110)
1 parent 3b96e57 commit ab0d2ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/monitoring.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ to satisfy those use cases:
7777

7878
* - You need to know if your MongoDB performance is getting slower
7979
over time.
80-
- Use the ``in-task-put-duration-ms`` metric to initally diagnose
80+
- Use the ``in-task-put-duration-ms`` metric to initially diagnose
8181
a slowdown.
8282

8383
Use the following metrics to further diagnose any issues:
@@ -345,7 +345,7 @@ To view these metrics with {+jconsole+}, perform the following actions:
345345

346346
Notice that the ``{+metrics-path+}.sink-task-metrics.sink-task-0.records``
347347
attribute has a value of ``0``. This value indicates that
348-
your sink task has not recieved any records from {+kafka+}.
348+
your sink task has not received any records from {+kafka+}.
349349

350350
.. step:: Continue the Quick Start.
351351

source/tutorials/migrate-time-series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Migrate a Collection to a Time Series Collection
6666

6767
.. step:: Configure the Source Connector
6868

69-
In a seperate terminal window, create an interactive shell session on the
69+
In a separate terminal window, create an interactive shell session on the
7070
tutorial Docker container downloaded for the Tutorial Setup using
7171
the following command:
7272

source/whats-new.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ What's New in 1.6
182182

183183
.. note::
184184

185-
Starting from Feburary 2022, the **Versioned API** is known the **{+stable-api+}**.
185+
Starting from February 2022, the **Versioned API** is known the **{+stable-api+}**.
186186
All concepts and features remain the same with this naming change.
187187

188188
- Added error handling properties for the
@@ -395,7 +395,7 @@ Sink Connector
395395

396396
- Added support for the ``topics.regex`` property
397397
- Updated to ignore unused source record key or value fields
398-
- Added validation for the connection using ``MongoSìnkConnector.validate``
398+
- Added validation for the connection using ``MongoSinkConnector.validate``
399399

400400
Source Connector
401401
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)