Skip to content

Commit

Permalink
docs(util/decorators): fix typos in ClassDefinition interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rixrix authored and pkozlowski-opensource committed Jul 13, 2015
1 parent 4d80ce5 commit bdfef4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/angular2/src/util/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export interface ClassDefinition {
/**
* Required constructor function for a class.
*
* The function may be optionall wrapped in an `Array`, in which case additional parameter
* annotations may be
* specified. The number of arguments and the number of paramater annotations must match.
* The function may be optionally wrapped in an `Array`, in which case additional parameter
* annotations may be specified.
* The number of arguments and the number of parameter annotations must match.
*
* See {@link Class} for example of usage.
*/
Expand Down

0 comments on commit bdfef4e

Please sign in to comment.