Skip to content

Commit 984be13

Browse files
authored
DOCSP-33732 Fixes Connection String (#5153)
* DOCSP-33732 Fixes connection string typo * Fixes per Ian
1 parent b6353c5 commit 984be13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/includes/list-table-connection-string-components.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ A connection string includes the following components:
1010
* - Component
1111
- Description
1212

13-
* - ``mongodb://`` or ``mongodb://+srv``
13+
* - ``mongodb://`` or ``mongodb+srv://``
1414

1515
- A required prefix to identify that this is a string in the
1616
standard connection format (``mongodb://``) or SRV connection
17-
format (``mongodb://+srv``). To learn more about each format,
18-
see :ref:`connections-dns-seedlist` and
19-
:ref:`connections-standard-connection-string-format`.
17+
format (``mongodb+srv://``). To learn more about each format,
18+
see :ref:`connections-standard-connection-string-format`
19+
and :ref:`connections-dns-seedlist`.
2020

2121
* - ``username:password@``
2222

@@ -78,4 +78,4 @@ A connection string includes the following components:
7878

7979
If the connection string does not specify a database/ you must
8080
specify a slash (``/``) between the last ``host`` and the
81-
question mark (``?``) that begins the string of options.
81+
question mark (``?``) that begins the string of options.

0 commit comments

Comments
 (0)