From a51df8cdd40060fc838a72a0688ccabaef01c377 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Mon, 22 Feb 2016 08:49:58 -0800 Subject: [PATCH] docs(bugfix): remove mention of npm from Dart quickstart closes #862 closes #874 --- public/docs/dart/latest/guide/displaying-data.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/docs/dart/latest/guide/displaying-data.jade b/public/docs/dart/latest/guide/displaying-data.jade index 2ce2bce80d..c77f65780b 100644 --- a/public/docs/dart/latest/guide/displaying-data.jade +++ b/public/docs/dart/latest/guide/displaying-data.jade @@ -157,8 +157,7 @@ figure.image-display In fact, `NgFor` can repeat items for any [Iterable](https://api.dartlang.org/stable/dart-core/Iterable-class.html) object. :marked - Assuming we're still running under the `npm go` command, - we should see heroes appearing in an unordered list. + Now the heroes appear in an unordered list. figure.image-display img(src="/resources/images/devguide/displaying-data/hero-names-list.png" alt="After ngfor")