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:
parent
17fe05b73d
commit
f18d2a1b07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue