Fixed two typos in the pattern documentation. Thanks Ricky de Laveaga

This commit is contained in:
Armin Ronacher 2010-07-18 10:30:58 +02:00
parent 4a2d2ba3b8
commit 0d9b6347d6
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Using a document database rather than a full DBMS gets more common these days.
This pattern shows how to use MongoKit, a document mapper library, to
integrate with MongoDB.
This pattern requires an running MongoDB server and the MongoKit library
This pattern requires a running MongoDB server and the MongoKit library
installed.
There are two very common ways to use MongoKit. I will outline each of them