Clean up docs for collections managed by remote DDP server.

Fixes #875.
This commit is contained in:
Matt DeBergalis
2013-09-25 23:28:15 -07:00
parent a6db08ce8d
commit fcf6fdaa71

View File

@@ -482,7 +482,7 @@ Template.api.meteor_collection = {
options: [
{name: "connection",
type: "Object",
descr: "The Meteor connection that will manage this collection. Uses the default connection if not specified. Pass `null` to specify no connection. Unmanaged (`name` is null) collections cannot specify a connection."
descr: "The server connection that will manage this collection. Uses the default connection if not specified. Pass the return value of calling [`DDP.connect`](#ddp_connect) to specify a different server. Pass `null` to specify no connection. Unmanaged (`name` is null) collections cannot specify a connection."
},
{name: "idGeneration",
type: "String",