From 052d5ec8fe2c8f82219aaaaccbd54349dd928509 Mon Sep 17 00:00:00 2001 From: Topher Fangio Date: Tue, 15 Dec 2015 17:29:12 -0600 Subject: [PATCH] docs(ts/displaying-data): Fix minor typos/npm command. closes #540 Fix a few small typos/issues: - punctuation - capitalization - npm command: `npm both` to `npm go` --- public/docs/ts/latest/guide/displaying-data.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index cfe59d04e7..c313efbee7 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -12,7 +12,7 @@ include ../../../../_includes/_util-fns We'll display the list of hero names and conditionally show a selected hero in a detail area below the list. - [Live Example](/resources/live-examples/displaying-data/ts/plnkr.html). + [Live Example](/resources/live-examples/displaying-data/ts/plnkr.html) Our final UI looks like this: @@ -95,7 +95,7 @@ figure.image-display We're using the *inline* style because the template is small and it makes for clearer demonstration. The choice between them is a matter of taste, circumstances, and organization policy. - In either style, The template data bindings have the same access to the component's properties. + In either style, the template data bindings have the same access to the component's properties. ## Constructor or variable initialization? @@ -154,7 +154,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 both` command, + Assuming we're still running under the `npm go` command, we should see heroes appearing in an unordered list. figure.image-display