Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fdc1b04

Browse files
MarkPieszakFoxandxss
authored andcommitted
docs(server-communication): grammar fix (#2626)
1 parent 6ece848 commit fdc1b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/server-communication.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ code-example(format="." language="javascript").
403403
block hero-list-comp-add-hero
404404
:marked
405405
Back in the `HeroListComponent`, we see that *its* `addHero()` method subscribes to the observable returned by the *service's* `addHero()` method.
406-
When the data, arrive it pushes the new hero object into its `heroes` array for presentation to the user.
406+
When the data arrives, it pushes the new hero object into its `heroes` array for presentation to the user.
407407
+makeExample('server-communication/ts/app/toh/hero-list.component.ts', 'addHero', 'app/toh/hero-list.component.ts (addHero)')(format=".")
408408

409409
+ifDocsFor('ts')

0 commit comments

Comments
 (0)