mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix ambiguous wording
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user