From c1b6e3e335fc579dca5401fa2bb35aebfeada1c2 Mon Sep 17 00:00:00 2001 From: Scott Hatcher Date: Mon, 19 Oct 2015 13:42:32 -0700 Subject: [PATCH] Update sentence verbiage. --- public/docs/ts/latest/tutorial/toh-pt2.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.