We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d80ce5 commit bdfef4eCopy full SHA for bdfef4e
modules/angular2/src/util/decorators.ts
@@ -12,9 +12,9 @@ export interface ClassDefinition {
12
/**
13
* Required constructor function for a class.
14
*
15
- * The function may be optionall wrapped in an `Array`, in which case additional parameter
16
- * annotations may be
17
- * 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.
18
19
* See {@link Class} for example of usage.
20
*/
0 commit comments