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

Commit aae7686

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/interpolation.ngdoc

+1-1
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)