docs(metadata): fix some minor typos

Closes #4157
This commit is contained in:
Gerd Jungbluth
2015-09-13 15:01:58 +02:00
parent d1dbc973c4
commit effbb54f3d
2 changed files with 7 additions and 8 deletions

View File

@ -9,7 +9,6 @@ import {CONST, CONST_EXPR, stringify, isBlank, isPresent} from "angular2/src/cor
* }
* ```
*/
@CONST()
export class InjectMetadata {
constructor(public token) {}
@ -34,7 +33,7 @@ export class OptionalMetadata {
}
/**
* `DependencyMetadata is used by the framework to extend DI.
* `DependencyMetadata` is used by the framework to extend DI.
*
* Only metadata implementing `DependencyMetadata` are added to the list of dependency
* properties.