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!