Skip to content

Commit 57cafe3

Browse files
committed
MW feedback
1 parent dffc105 commit 57cafe3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

source/get-started.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ and query data in your cluster.
4343
deployments. You can create your own free (no credit card required) MongoDB Atlas
4444
deployment by following the steps in this guide.
4545

46-
Follow this guide to connect a sample Ruby application to a MongoDB Atlas
47-
deployment. If you prefer to connect to MongoDB using a different driver or
48-
programming language, see our :driver:`list of official drivers <>`.
46+
If you prefer to use a different driver or programming language to connect to
47+
MongoDB, see our :driver:`list of official drivers <>`.
4948

source/get-started/download-and-install.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ Download and Install
1616

1717
.. step:: Install dependencies
1818

19-
Before you being developing, ensure you have the following dependencies
19+
Before you begin developing, ensure you have the following dependencies
2020
installed in your development environment:
2121

2222
- `Ruby <https://www.ruby-lang.org/en/downloads/>`__ version 2.7
2323
or later
24-
- `bson <https://rubygems.org/gems/bson>`__ versions 4.14.1 to 6.0
24+
- `bson <https://rubygems.org/gems/bson>`__ version 4.14.1 or later, up to
25+
version 6.0
2526

2627
.. note::
2728

source/includes/get-started/troubleshoot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
If you run into issues on this step, ask for help in the
44
:community-forum:`MongoDB Community Forums <tag/ruby/>`
55
or submit feedback by using the :guilabel:`Rate this page`
6-
tab on the right or bottom right side of this page.
6+
tab on the right side of this page.

0 commit comments

Comments
 (0)