From f18d2a1b07560535afa9d2b2a5432ecf20f9ebe2 Mon Sep 17 00:00:00 2001 From: Riley Dawson Date: Mon, 25 Jan 2016 09:56:16 -0700 Subject: [PATCH] docs(displaying-data): fix typo closes #752 On line 158, the referenced command should be `npm start`, rather than `npm go` to be consistant with the quickstart guide. --- public/docs/ts/latest/guide/displaying-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index 6ef37cb15b..b05544116b 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -155,7 +155,7 @@ figure.image-display In fact, `NgFor` can repeat items for any [iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) object. :marked - Assuming we're still running under the `npm go` command, + Assuming we're still running under the `npm start` command, we should see heroes appearing in an unordered list. figure.image-display