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

Commit 36c98ae

Browse files
bampakoawardbell
authored andcommitted
docs(cookbook/component-communication): Astronout -> AstronautComponent word typo fix
closes #1067 Changed AstronoutComponent to AstronautComponent.
1 parent ec4c1ed commit 36c98ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/docs/ts/latest/cookbook/component-communication.jade

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ a(id="countdown-tests")
299299
+makeExample('cb-component-communication/ts/app/missioncontrol.component.ts')
300300

301301
:marked
302-
The `AstronoutComponent` also injects the service in its constructor.
303-
Each `AstronoutComponent` is a child of the `MissionControlComponent` and therefore receives its parent's service instance:
302+
The `AstronautComponent` also injects the service in its constructor.
303+
Each `AstronautComponent` is a child of the `MissionControlComponent` and therefore receives its parent's service instance:
304304

305305
+makeExample('cb-component-communication/ts/app/astronaut.component.ts')
306306

@@ -315,7 +315,7 @@ a(id="countdown-tests")
315315
it controls the lifetime of the `MissionService`.
316316
:marked
317317
The *History* log demonstrates that messages travel in both directions between
318-
the parent `MissionControlComponent` and the `AstronoutComponent` children,
318+
the parent `MissionControlComponent` and the `AstronautComponent` children,
319319
facilitated by the service:
320320

321321
figure.image-display
@@ -324,7 +324,7 @@ figure.image-display
324324
:marked
325325
### Test it
326326

327-
Tests click buttons of both the parent `MissionControlComponent` and the `AstronoutComponent` children
327+
Tests click buttons of both the parent `MissionControlComponent` and the `AstronautComponent` children
328328
and verify that the *History* meets expectations:
329329

330330
+makeExample('cb-component-communication/e2e-spec.js', 'bidirectional-service')

0 commit comments

Comments
 (0)