From abb973d069b095ba322a5a8355958b6759f1ff5e Mon Sep 17 00:00:00 2001 From: Jeff Cross Date: Tue, 19 May 2015 15:16:44 -0700 Subject: [PATCH] fix(guide): use correct number of friends in list on displaying-data guide --- public/docs/js/latest/guide/displaying-data.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index 2f8a18fcab..5f56161a08 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -290,8 +290,8 @@ //ES5 directives: [angular.For, angular.If] p. - As there are currently 5 items it the list, you'll see the message congratulating you on your many friends. - Remove two items from the list, reload your browser, and see that the message no longer displays. + As there are currently 6 items it the list, you'll see the message congratulating you on your many friends. + Remove three items from the list, reload your browser, and see that the message no longer displays. code-tabs code-pane(language="javascript" name="TypeScript" format="linenums").