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").