From e114620d6d03764372ee76c49c5578448c40cda4 Mon Sep 17 00:00:00 2001 From: ravind Date: Tue, 15 Dec 2015 11:29:35 -0500 Subject: [PATCH] DOCS-6689 - typo in 3.0 tutorial/enable-authentication --- .../includes/steps-create-admin-then-enable-authentication.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-create-admin-then-enable-authentication.yaml b/source/includes/steps-create-admin-then-enable-authentication.yaml index d4913b92634..4f2c673abcf 100644 --- a/source/includes/steps-create-admin-then-enable-authentication.yaml +++ b/source/includes/steps-create-admin-then-enable-authentication.yaml @@ -72,7 +72,7 @@ action: - pre: | Either connect a new :program:`mongo` shell to the MongoDB instance with the ``-u ``, ``-p ``, and - the ``--authenticationDatabse ``: + the ``--authenticationDatabase ``: language: sh code: | mongo --port 27017 -u "myUserAdmin" -p "abc123" --authenticationDatabase "admin"