Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6dcdb4e

Browse files
timgrahampetebacondarwin
authored andcommitted
docs(input): fix typo
Closes #4734
1 parent 8cfaeb0 commit 6dcdb4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 2 deletions
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)