From 281eda6b6dc3f1bbb75a8da621c17abc02df637f Mon Sep 17 00:00:00 2001 From: Matt Hurne Date: Thu, 30 Aug 2012 13:49:21 -0300 Subject: [PATCH] Fix typo --- source/aggregation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/aggregation.txt b/source/aggregation.txt index 583d0b78a4a..0e9a0bd5ff6 100644 --- a/source/aggregation.txt +++ b/source/aggregation.txt @@ -5,7 +5,7 @@ Aggregation =========== The :ref:`Aggregation framework ` provides -a natural method for aggregating data insides of MongoDB. This manual +a natural method for aggregating data inside of MongoDB. This manual contains documentation of both :doc:`aggregation itself ` and the :doc:`aggregation operators `, as well as a collection of :doc:`example