Skip to content

Commit 2d3bd3d

Browse files
committed
fixes
1 parent 5052905 commit 2d3bd3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/get-started/create-connection-string.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ when applicable, and connection options.
5353
.. step:: Update the Placeholders
5454

5555
Paste this connection string into a file in your preferred text editor
56-
and replace the ``<username>`` and ``<password>`` placeholders with
56+
and replace the ``<db_username>`` and ``<db_password>`` placeholders with
5757
your database user's username and password.
5858

5959
Save this file to a safe location for use in the next step.
@@ -63,7 +63,7 @@ when applicable, and connection options.
6363
In your shell, run the following code to save your MongoDB
6464
:ref:`connection string <csharp-connect-to-mongodb>` to an
6565
environment variable. Replace ``<your MongoDB URI>`` with the connection
66-
string that you copied in the previous step.
66+
string that you saved to a file in the previous step.
6767

6868
.. code-block:: bash
6969

source/get-started/download-driver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Download the {+driver-short+}
1919
cd csharp-quickstart
2020
dotnet new console
2121

22-
.. step:: Install {+driver-short+}
22+
.. step:: Install the {+driver-short+}
2323

2424
Run the following command to install the current version of the {+driver-short+}
2525
as a dependency of your project:

0 commit comments

Comments
 (0)