File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ A connection string includes the following components:
10
10
* - Component
11
11
- Description
12
12
13
- * - ``mongodb:// `` or ``mongodb://+srv ``
13
+ * - ``mongodb:// `` or ``mongodb+srv :// ``
14
14
15
15
- A required prefix to identify that this is a string in the
16
16
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 `.
20
20
21
21
* - ``username:password@ ``
22
22
@@ -78,4 +78,4 @@ A connection string includes the following components:
78
78
79
79
If the connection string does not specify a database/ you must
80
80
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.
You can’t perform that action at this time.
0 commit comments