From 3706a807dec12f5e4ae07744d83525a1757c7d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Mon, 28 Jan 2013 19:17:45 -0500 Subject: [PATCH 1/3] Minor typo --- source/tutorial/install-mongodb-on-os-x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-os-x.txt b/source/tutorial/install-mongodb-on-os-x.txt index 5132bc014ea..f211aa80ef7 100644 --- a/source/tutorial/install-mongodb-on-os-x.txt +++ b/source/tutorial/install-mongodb-on-os-x.txt @@ -45,7 +45,7 @@ system installed, Homebrew is typically easier and simpler to use. Homebrew ~~~~~~~~ -Homebrew installs binary packages based on published "formula." Issue +Homebrew installs binary packages based on published "formula". Issue the following command at the system shell to update the ``brew`` package manager: From ecabda9019ad8dd24495bcb5478212ce5a9bdc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Wed, 6 Feb 2013 11:54:53 -0500 Subject: [PATCH 2/3] Revert "Minor typo" This reverts commit 3706a807dec12f5e4ae07744d83525a1757c7d23. --- source/tutorial/install-mongodb-on-os-x.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-os-x.txt b/source/tutorial/install-mongodb-on-os-x.txt index f211aa80ef7..5132bc014ea 100644 --- a/source/tutorial/install-mongodb-on-os-x.txt +++ b/source/tutorial/install-mongodb-on-os-x.txt @@ -45,7 +45,7 @@ system installed, Homebrew is typically easier and simpler to use. Homebrew ~~~~~~~~ -Homebrew installs binary packages based on published "formula". Issue +Homebrew installs binary packages based on published "formula." Issue the following command at the system shell to update the ``brew`` package manager: From 518f850f9d9a9d3545f4d57f5491b979d1c02f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Wed, 6 Feb 2013 12:36:43 -0500 Subject: [PATCH 3/3] Minor typos --- source/administration/ssl.txt | 6 +++--- source/tutorial/getting-started-with-the-mongo-shell.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/administration/ssl.txt b/source/administration/ssl.txt index 866f698b540..7d4f0596d57 100644 --- a/source/administration/ssl.txt +++ b/source/administration/ssl.txt @@ -160,9 +160,9 @@ Consider the following example "``SSLApp.java``" class file: Ruby ~~~~ -The recent versions version of the Ruby driver have support for -connections to SSL servers. Install the latest version of the driver -with the following command: +The recent versions of the Ruby driver have support for connections +to SSL servers. Install the latest version of the driver with the +following command: .. code-block:: sh diff --git a/source/tutorial/getting-started-with-the-mongo-shell.txt b/source/tutorial/getting-started-with-the-mongo-shell.txt index 9e4aad1a5f8..d2befcd3474 100644 --- a/source/tutorial/getting-started-with-the-mongo-shell.txt +++ b/source/tutorial/getting-started-with-the-mongo-shell.txt @@ -115,7 +115,7 @@ From the :program:`mongo` shell, you can use the :doc:`shell methods :program:`mongo` shell, see :ref:`read-operations-cursors`. See also :ref:`mongo-shell-help-cursor` for list of - cursor help in the in the :program:`mongo` shell. + cursor help in the :program:`mongo` shell. For more documentation of basic MongoDB operations in the :program:`mongo` shell, see: