From 6e2db228afce0308187d95383babe13a78ccbe56 Mon Sep 17 00:00:00 2001 From: Andrii Date: Fri, 24 Jul 2020 06:44:28 +0300 Subject: [PATCH] docs: Fix link by removing a space (#38214) PR Close #38214 --- aio/content/guide/interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/interpolation.md b/aio/content/guide/interpolation.md index 411829328a..524cc42f90 100644 --- a/aio/content/guide/interpolation.md +++ b/aio/content/guide/interpolation.md @@ -170,6 +170,6 @@ If an idempotent expression returns a string or a number, it returns the same st
-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.