Skip to content

Commit 15d283b

Browse files
committed
docs($interpolate): fix typo in description
1 parent 9be1693 commit 15d283b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @description
99
*
10-
* Used for configuring the interpolation markup. Deafults to `{{` and `}}`.
10+
* Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
1111
*/
1212
function $InterpolateProvider() {
1313
var startSymbol = '{{';

0 commit comments

Comments
 (0)