X Tutup
Skip to content

Commit bdfef4e

Browse files
rixrixpkozlowski-opensource
authored andcommitted
docs(util/decorators): fix typos in ClassDefinition interface
Closes angular#3000
1 parent 4d80ce5 commit bdfef4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/angular2/src/util/decorators.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export interface ClassDefinition {
1212
/**
1313
* Required constructor function for a class.
1414
*
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.
15+
* The function may be optionally wrapped in an `Array`, in which case additional parameter
16+
* annotations may be specified.
17+
* The number of arguments and the number of parameter annotations must match.
1818
*
1919
* See {@link Class} for example of usage.
2020
*/

0 commit comments

Comments
 (0)
X Tutup