docs($interpolate): fix typo in description

This commit is contained in:
Igor Minar 2012-08-10 22:01:26 -07:00
parent 0e461f0c07
commit f22c422547

View file

@ -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 = '{{';