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.
This commit is contained in:
Riley Dawson 2016-01-25 09:56:16 -07:00 committed by Ward Bell
parent 17fe05b73d
commit f18d2a1b07
1 changed files with 1 additions and 1 deletions

View File

@ -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