Skip to content

Commit fcf6fda

Browse files
author
Matt DeBergalis
committed
Clean up docs for collections managed by remote DDP server.
Fixes meteor#875.
1 parent a6db08c commit fcf6fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Template.api.meteor_collection = {
482482
options: [
483483
{name: "connection",
484484
type: "Object",
485-
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."
485+
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."
486486
},
487487
{name: "idGeneration",
488488
type: "String",

0 commit comments

Comments
 (0)