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

Commit 43c9071

Browse files
wKozawardbell
authored andcommitted
docs(cookbook): fix spelling error for word 'class' (#2682)
1 parent e9d7813 commit 43c9071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ a(id="countdown-tests")
246246
Here is the parent, `CountdownViewChildParentComponent`:
247247
+makeExample('cb-component-communication/ts/app/countdown-parent.component.ts', 'vc')
248248
:marked
249-
It takes a bit more work to get the child view into the parent component classs.
249+
It takes a bit more work to get the child view into the parent component *class*.
250250

251251
We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook.
252252

0 commit comments

Comments
 (0)