diff --git a/docs/collections.md b/docs/collections.md index ea4a959a11..65792f22ab 100644 --- a/docs/collections.md +++ b/docs/collections.md @@ -8,7 +8,7 @@ See also: ## Collection objects -Collection obejct is a pointer to a specific collection in the [database](database.md). If you want to [insert](insert.md) new records or +Collection object is a pointer to a specific collection in the [database](database.md). If you want to [insert](insert.md) new records or [query](queries.md) existing ones then you need to have a valid collection object. **NB** Collection names can't start or end with a period nor contain a dollar sign! (`.tes$t` is not allowed)