From b49a641ba5f74c66f7d18cfc39d3c29811e8cd24 Mon Sep 17 00:00:00 2001 From: pashadia Date: Sun, 3 Aug 2014 20:44:46 +0300 Subject: [PATCH] Fixed typo. --- docs/guide/defining-documents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 85dd0c8b..ddc37eae 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -4,7 +4,7 @@ Defining documents In MongoDB, a **document** is roughly equivalent to a **row** in an RDBMS. When working with relational databases, rows are stored in **tables**, which have a strict **schema** that the rows follow. MongoDB stores documents in -**collections** rather than tables - the principle difference is that no schema +**collections** rather than tables - the principal difference is that no schema is enforced at a database level. Defining a document's schema