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:
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.
You can’t perform that action at this time.
0 commit comments