From c6fbc312dfa8288a1318c2a8ee8f8ebf857de104 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Wed, 4 Feb 2015 12:16:10 +0000 Subject: [PATCH] Minor fix of left over letter --- source/tutorial/manage-the-database-profiler.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/manage-the-database-profiler.txt b/source/tutorial/manage-the-database-profiler.txt index 1be4c92c1bd..19b8740303e 100644 --- a/source/tutorial/manage-the-database-profiler.txt +++ b/source/tutorial/manage-the-database-profiler.txt @@ -55,7 +55,7 @@ The following profiling levels are available: Enable Database Profiling and Set the Profiling Level ----------------------------------------------------- -n + You can enable database profiling from the :program:`mongo` shell or through a driver using the :dbcommand:`profile` command. This section will describe how to do so from the :program:`mongo` shell. See your :doc:`driver documentation