File tree Expand file tree Collapse file tree
modules/angular2/src/core/metadata Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( )
975975export class HostListenerMetadata {
976976 constructor ( public eventName : string , public args ?: string [ ] ) { }
977- }
977+ }
You can’t perform that action at this time.
0 commit comments