Skip to content

Commit 4427382

Browse files
committed
NR edits
1 parent 16989d8 commit 4427382

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

source/includes/quick-start/atlas-setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ into your cluster.
2525

2626
.. _golang-connect-to-your-cluster:
2727

28-
Connect to your Cluster
28+
Connect to Your Cluster
2929
~~~~~~~~~~~~~~~~~~~~~~~
3030

3131
You can connect to your MongoDB deployment by providing a
@@ -46,7 +46,7 @@ when applicable, and connection options.
4646
previous section, log in to your Atlas account. Navigate to the
4747
:guilabel:`Database` section and click :guilabel:`Clusters`. Click the
4848
:guilabel:`Connect` button for the cluster that you want to connect to as
49-
shown below.
49+
shown below:
5050

5151
.. figure:: /includes/figures/atlas_connection_select_cluster.png
5252
:alt: Atlas Connection GUI cluster selection screen

source/includes/quick-start/query-output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
When you run ``main.go``, it outputs the details of the movie from
2-
the sample dataset which resembles the following:
2+
the sample dataset, which resembles the following:
33

44
.. code-block:: json
55

source/quick-start.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set Up Your Project
3939
.. step:: Add the {+driver-long+} as a dependency
4040

4141
Use ``go get`` to add the {+driver-short+} as a dependency, as shown in
42-
the following command.
42+
the following command:
4343

4444
.. code-block:: shell
4545

@@ -58,8 +58,9 @@ Query Your MongoDB Cluster from Your Application
5858

5959
.. step:: Add your connection string
6060

61-
Create an environment variable called ``MONGODB_URI`` and set your
62-
Atlas connection string as its value.
61+
In your terminal, run the following command to create an environment
62+
variable called ``MONGODB_URI`` and set your Atlas connection string as
63+
its value:
6364

6465
.. code-block:: bash
6566

0 commit comments

Comments
 (0)