Skip to content

Commit ef7cf60

Browse files
committed
doc(misc): fixing typos in docs
1 parent 7974e7e commit ef7cf60

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function compileBindTemplate(template){
339339
* text should be replaced with the template in ng:bind-template.
340340
* Unlike ng:bind the ng:bind-template can contain multiple `{{` `}}`
341341
* expressions. (This is required since some HTML elements
342-
* can not have SPAN elements such as TITLE, or OPTION to name a few.
342+
* can not have SPAN elements such as TITLE, or OPTION to name a few.)
343343
*
344344
* @element ANY
345345
* @param {string} template of form

src/validators.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@ extend(angularValidator, {
434434
* response: server response,
435435
* error: validation error
436436
* },
437-
* current: 'current input'
437+
* current: 'current input'
438+
* }
438439
* }
439440
*
440441
*/

0 commit comments

Comments
 (0)