Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0c3620b

Browse files
XazzziNarretz
authored andcommitted
docs($interpolate): fix typo
There was missing `JS` at line 141. Closes #15817
1 parent 38f8c97 commit 0c3620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ng/interpolate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function $InterpolateProvider() {
138138
* ```js
139139
* var $interpolate = ...; // injected
140140
* var exp = $interpolate('Hello {{name | uppercase}}!');
141-
* expect(exp({name:'AngularJS'})).toEqual('Hello ANGULAR!');
141+
* expect(exp({name:'AngularJS'})).toEqual('Hello ANGULARJS!');
142142
* ```
143143
*
144144
* `$interpolate` takes an optional fourth argument, `allOrNothing`. If `allOrNothing` is

0 commit comments

Comments
 (0)