Skip to content

Commit d1dbc97

Browse files
committed
docs(DirectiveMetadata): fix some minor typos
1 parent feddefd commit d1dbc97

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/angular2/src/core/metadata/directives.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export class DirectiveMetadata extends InjectableMetadata {
533533
events: string[];
534534

535535
/**
536-
* Specifiy the events, actions, properties and attributes related to the host element.
536+
* Specify the events, actions, properties and attributes related to the host element.
537537
*
538538
* ## Events
539539
*
@@ -607,7 +607,7 @@ export class DirectiveMetadata extends InjectableMetadata {
607607
* }
608608
* ```
609609
*
610-
* In this example the prop property of the host element is updated with the expression value
610+
* In this example the `prop` property of the host element is updated with the expression value
611611
* every time it changes.
612612
*
613613
* ## Attributes
@@ -641,7 +641,7 @@ export class DirectiveMetadata extends InjectableMetadata {
641641
compileChildren: boolean;
642642

643643
/**
644-
* Defines the set of injectable objects that are visible to a Directive and its light dom
644+
* Defines the set of injectable objects that are visible to a Directive and its light DOM
645645
* children.
646646
*
647647
* ## Simple Example
@@ -776,7 +776,7 @@ export class ComponentMetadata extends DirectiveMetadata {
776776
changeDetection: ChangeDetectionStrategy;
777777

778778
/**
779-
* Defines the set of injectable objects that are visible to its view dom children.
779+
* Defines the set of injectable objects that are visible to its view DOM children.
780780
*
781781
* ## Simple Example
782782
*
@@ -974,4 +974,4 @@ export class HostBindingMetadata {
974974
@CONST()
975975
export class HostListenerMetadata {
976976
constructor(public eventName: string, public args?: string[]) {}
977-
}
977+
}

0 commit comments

Comments
 (0)