diff --git a/docs/client/api.html b/docs/client/api.html index b9e211098e..4b3782c39d 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -901,7 +901,7 @@ nodes) that automatically updates in realtime. You pass in string. `Meteor.ui.render` calls your function and turns the output into DOM nodes. Meanwhile, it tracks the data that was used when `html_func` ran, and automatically wires up callbacks so that whenever -of any of the data changes, `html_func` is re-run and the DOM nodes +any of the data changes, `html_func` is re-run and the DOM nodes are updated in place. Insert the returned `DocumentFragment` directly into the DOM wherever