From fcf6fdaa71803d9beb51d7c9965e356673df04cc Mon Sep 17 00:00:00 2001 From: Matt DeBergalis Date: Wed, 25 Sep 2013 23:28:15 -0700 Subject: [PATCH] Clean up docs for collections managed by remote DDP server. Fixes #875. --- docs/client/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.js b/docs/client/api.js index 1ca9cbce0f..f9f028d024 100644 --- a/docs/client/api.js +++ b/docs/client/api.js @@ -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",