From bdfef4ed16c083b65b47e7c93ec37771a6f827bb Mon Sep 17 00:00:00 2001 From: Richard Sentino Date: Mon, 13 Jul 2015 00:51:07 +1200 Subject: [PATCH] docs(util/decorators): fix typos in ClassDefinition interface Closes #3000 --- modules/angular2/src/util/decorators.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/angular2/src/util/decorators.ts b/modules/angular2/src/util/decorators.ts index d24ade34ce..4ae975be0c 100644 --- a/modules/angular2/src/util/decorators.ts +++ b/modules/angular2/src/util/decorators.ts @@ -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. */