Skip to content

Commit 6f74b91

Browse files
Merge pull request #19 from angular/master
docs(guide/interpolation): fix typo in markdown (code highlight)
2 parents e354c0f + d21acaf commit 6f74b91

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)