diff --git a/public/docs/ts/latest/tutorial/toh-pt2.jade b/public/docs/ts/latest/tutorial/toh-pt2.jade index 52acbefcc7..9a9a88aaa9 100644 --- a/public/docs/ts/latest/tutorial/toh-pt2.jade +++ b/public/docs/ts/latest/tutorial/toh-pt2.jade @@ -305,7 +305,7 @@ include ../../../../_includes/_util-fns a critical part of this syntax. :markdown When there is no `selectedHero`, the `ng-if` directive removes the hero detail HTML from the DOM. - There will no hero detail elements and no bindings to worry about. + There will be no hero detail elements and no bindings to worry about. When the user picks a hero, `selectedHero` becomes "truthy" and `ng-if` puts the hero detail content into the DOM and evaluates the nested bindings.