Skip to content

Commit

Permalink
Linkify references to minimongo that happen outside the collection se…
Browse files Browse the repository at this point in the history
…ction. Fixes meteor#388.

Would be good to have a more built out minimongo section someday.
  • Loading branch information
n1mmy committed Oct 19, 2012
1 parent 4ca931a commit 6e15cc1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/client/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ <h2 id="publishandsubscribe"><span>Publish and subscribe</span></h2>
{{> api_box subscribe}}

When you subscribe to a record set, it tells the server to send records
to the client. The client stores these records in local Minimongo
collections, with the same name as the `collection` argument to `set`.
Meteor will queue incoming attributes until you declare the
`Meteor.Collection` on the client with the matching collection name.
to the client. The client stores these records in local [Minimongo
collections](#meteor_collection), with the same name as the `collection`
argument to `set`. Meteor will queue incoming attributes until you
declare the [`Meteor.Collection`](#meteor_collection) on the client with
the matching collection name.

// okay to subscribe (and possibly receive data) before declaring
// the client collection that will hold it. assume "allplayers"
Expand Down

0 comments on commit 6e15cc1

Please sign in to comment.