From 121a4adff2b9f315b6f6dae9501d69f27aa09934 Mon Sep 17 00:00:00 2001 From: Maria Pacana Date: Tue, 8 Jul 2014 18:55:21 -0700 Subject: [PATCH] Revised wording about Manual on docs page. --- docs/client/api.html | 2 +- docs/client/introduction.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/api.html b/docs/client/api.html index f9f10bdf74..76da6c15f1 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -2558,7 +2558,7 @@ advanced facilities such as `Deps.Dependency` and `onInvalidate` callbacks are intended primarily for package authors implementing new reactive data sources. -To learn more about how Deps works and to explore advanced features of Deps, +To learn more about how Deps works and to explore advanced ways to use it, visit the Deps chapter in the Meteor Manual, which describes it in complete detail. diff --git a/docs/client/introduction.html b/docs/client/introduction.html index 6a5220c5a4..6c4d9e2e30 100644 --- a/docs/client/introduction.html +++ b/docs/client/introduction.html @@ -133,7 +133,7 @@ with the project!
The Meteor Manual
-
In-depth articles about the core components of Meteor can be found on theMeteor Manual. We've published the first article, which is about Deps, our transparent reactivity framework. More articles (covering topics like Blaze, Unibuild, and DDP) coming soon! +
In-depth articles about the core components of Meteor can be found on the Meteor Manual. The first article is about Deps, our transparent reactivity framework. More articles (covering topics like Blaze, Unibuild, and DDP) are coming soon!