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

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

+1-1
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)