aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/interpolate.js
diff options
context:
space:
mode:
authorIgor Minar2012-08-10 22:01:26 -0700
committerIgor Minar2012-08-13 09:48:21 -0700
commit15d283b1140ec8f1ec3098c1ad684b02889b085e (patch)
tree1d2b7794bea8e652aef49d618ed3add6375c6a8f /src/ng/interpolate.js
parent9be169365ce54a810c6e51a36f758b0eb195b290 (diff)
downloadangular.js-15d283b1140ec8f1ec3098c1ad684b02889b085e.tar.bz2
docs($interpolate): fix typo in description
Diffstat (limited to 'src/ng/interpolate.js')
-rw-r--r--src/ng/interpolate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/interpolate.js b/src/ng/interpolate.js
index 820ec465..e3ba357c 100644
--- a/src/ng/interpolate.js
+++ b/src/ng/interpolate.js
@@ -7,7 +7,7 @@
*
* @description
*
- * Used for configuring the interpolation markup. Deafults to `{{` and `}}`.
+ * Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
*/
function $InterpolateProvider() {
var startSymbol = '{{';