Skip to content

Commit

Permalink
JS and CC review
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-mack committed Dec 11, 2023
1 parent f37d076 commit 9bc8f32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MongoDB v4.0 or later.
.. note::

We recommend that you only use the {+connector+} with an official version
of the {+cluster+}. We cannot guarantee it functions correctly
of the MongoDB server. We cannot guarantee it functions correctly
with any other version.

Kafka Compatibility
Expand Down
2 changes: 1 addition & 1 deletion source/includes/tutorials/port-mapping-note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The sandbox maps the following services to ports on your host
machine:

- The sandbox {+cluster+} maps to port ``{+mongodb-port-mapping+}`` on your host machine
- The sandbox MongoDB server maps to port ``{+mongodb-port-mapping+}`` on your host machine
- The sandbox {+kafka-connect+} JMX server maps to port ``{+jmx-port-mapping+}`` on your host machine

These ports must be free to start the sandbox.
4 changes: 2 additions & 2 deletions source/security-and-authentication/mongodb-aws-auth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ replace:
- Value of your ``AWS_SECRET_KEY``.

* - **hostname**
- Network address of your {+cluster+}.
- Network address of your MongoDB server.

* - **port**
- Port number of your {+cluster+}.
- Port number of your MongoDB server.

* - **authentication database**
- MongoDB database that contains your user's authentication data. If
Expand Down
4 changes: 2 additions & 2 deletions source/tutorials/facets.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[[facets]]
category = "programming_language"
value = "javascript/typescript"
category = "genre"
value = "tutorials"

0 comments on commit 9bc8f32

Please sign in to comment.