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

Commit 3fa68cd

Browse files
authored
docs(template-syntax): delete a single character
1 parent 32ac619 commit 3fa68cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/template-syntax.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ block style-property-name-dart-diff
781781

782782
Directives typically raise custom events with an Angular [EventEmitter](../api/core/index/EventEmitter-class.html).
783783
The directive creates an `EventEmitter` and exposes it as a property.
784-
The directives calls `EventEmitter.emit(payload)` to fire an event, passing in a message payload, which can be anything.
784+
The directive calls `EventEmitter.emit(payload)` to fire an event, passing in a message payload, which can be anything.
785785
Parent directives listen for the event by binding to this property and accessing the payload through the `$event` object.
786786

787787
Consider a `HeroDetailComponent` that presents hero information and responds to user actions.

0 commit comments

Comments
 (0)