From d0004c117e9f5bfbd66caeded16eac3cb91e78af Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 18 Aug 2014 17:36:04 -0700 Subject: [PATCH] Fix ambiguous wording --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index 67e7757ac5..759e8f04f9 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -2240,7 +2240,7 @@ If the View is never inserted, or if it is removed by some other mechanism besides Meteor or jQuery (which Meteor integrates with by default), the View may continue to update indefinitely. Most users will not need to manually render templates and insert them into the DOM, but if you do, -be mindful that the View is always destroyed when it is no longer needed. +be mindful to always destroy the View when it is no longer needed. {{/warning}} {{> api_box ui_renderwithdata}}