docs: Fix link by removing a space (#38214)

PR Close #38214
This commit is contained in:
Andrii 2020-07-24 06:44:28 +03:00 committed by Misko Hevery
parent cce5583e75
commit 6e2db228af
1 changed files with 1 additions and 1 deletions

View File

@ -170,6 +170,6 @@ If an idempotent expression returns a string or a number, it returns the same st
<div class="alert is-helpful">
There is one exception to this behavior that applies to `*ngFor`. `*ngFor` has `trackBy` functionality that can deal with referential inequality of objects when iterating over them. See [*ngFor with `trackBy`](guide/built-in-directives #ngfor-with-trackby) for details.
There is one exception to this behavior that applies to `*ngFor`. `*ngFor` has `trackBy` functionality that can deal with referential inequality of objects when iterating over them. See [*ngFor with `trackBy`](guide/built-in-directives#ngfor-with-trackby) for details.
</div>