docs(util/decorators): fix typos in ClassDefinition interface

Closes #3000
This commit is contained in:
Richard Sentino 2015-07-13 00:51:07 +12:00 committed by Pawel Kozlowski
parent 4d80ce5b4a
commit bdfef4ed16
1 changed files with 3 additions and 3 deletions

View File

@ -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.
*/