Skip to content

Commit

Permalink
fixed a small typo
Browse files Browse the repository at this point in the history
changed databse to database
  • Loading branch information
Bodo Kaiser committed Dec 22, 2012
1 parent 5de079c commit f15ec03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/collections.md
Expand Up @@ -35,7 +35,7 @@ Several options can be passed to the `createCollection` function with `options`
### Collection properties

* `collectionName` is the name of the collection (not including the database name as a prefix)
* `db` is the pointer to the corresponding databse object
* `db` is the pointer to the corresponding database object

Example of usage:

Expand Down Expand Up @@ -114,4 +114,4 @@ A collection can be dropped with `drop`

or with `dropCollection`

db.dropCollection(collection_name, callback)
db.dropCollection(collection_name, callback)

0 comments on commit f15ec03

Please sign in to comment.