Skip to content

Commit 4451bd1

Browse files
wKozachalin
authored andcommitted
docs(cookbook): fix spelling error for word 'class' (angular#2682)
1 parent 6046154 commit 4451bd1

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)