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

View File

@ -12,9 +12,9 @@ export interface ClassDefinition {
/** /**
* Required constructor function for a class. * Required constructor function for a class.
* *
* The function may be optionall wrapped in an `Array`, in which case additional parameter * The function may be optionally wrapped in an `Array`, in which case additional parameter
* annotations may be * annotations may be specified.
* specified. The number of arguments and the number of paramater annotations must match. * The number of arguments and the number of parameter annotations must match.
* *
* See {@link Class} for example of usage. * See {@link Class} for example of usage.
*/ */