Skip to content

Commit dc0ba2b

Browse files
timgrahamjamesdaily
authored andcommitted
docs(input): fix typo
Closes angular#4734
1 parent 2d893cc commit dc0ba2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/directive/input.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ var inputType = {
3636
* patterns defined as scope expressions.
3737
* @param {string=} ngChange Angular expression to be executed when input changes due to user
3838
* interaction with the input element.
39-
* @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trimming the
40-
* input.
39+
* @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input.
4140
*
4241
* @example
4342
<doc:example>

0 commit comments

Comments
 (0)