diff options
| author | Igor Minar | 2012-08-10 22:01:26 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-13 09:51:35 -0700 |
| commit | f22c422547a8e1c6378c1fad79e8997845908efb (patch) | |
| tree | 170d1bb2609077b8d0476827414ebd8009ba6f22 | |
| parent | 0e461f0c0741c06a6ad2151c2646e90a8ad584e0 (diff) | |
| download | angular.js-f22c422547a8e1c6378c1fad79e8997845908efb.tar.bz2 | |
docs($interpolate): fix typo in description
| -rw-r--r-- | src/ng/interpolate.js | 2 |
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 = '{{'; |
