Skip to content

Commit d21acaf

Browse files
leonardosouzagkalpak
authored andcommitted
docs(guide/interpolation): fix typo in markdown (code highlight)
Closes angular#15935
1 parent 8f563e2 commit d21acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/interpolation.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If the interpolated value is not a `String`, it is computed as follows:
3232
- `undefined` and `null` are converted to `''`
3333
- if the value is an object that is not a `Number`, `Date` or `Array`, $interpolate looks for
3434
a custom `toString()` function on the object, and uses that. Custom means that
35-
`myObject.toString !== `Object.prototype.toString`.
35+
`myObject.toString !== Object.prototype.toString`.
3636
- if the above doesn't apply, `JSON.stringify` is used.
3737

3838
### Binding to boolean attributes

0 commit comments

Comments
 (0)