mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-01 14:00:34 +00:00
docs($interpolate): fix typo in description
This commit is contained in:
parent
9be169365c
commit
15d283b114
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