mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-23 09:50:24 +00:00
docs($interpolate): fix typo in description
This commit is contained in:
parent
0e461f0c07
commit
f22c422547
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '{{';
|
||||
|
|
|
|||
Loading…
Reference in a new issue