From 88bec238ac145a0c19be9b21176584506106f4c0 Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Sat, 10 Feb 2018 13:42:54 +0900 Subject: [PATCH] fix(aio): remove broken span closing tag (#22146) PR Close #22146 --- aio/content/guide/pipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/pipes.md b/aio/content/guide/pipes.md index 118502795b..0ff418003d 100644 --- a/aio/content/guide/pipes.md +++ b/aio/content/guide/pipes.md @@ -496,7 +496,7 @@ Remember that impure pipes are called every few milliseconds. If you're not careful, this pipe will punish the server with requests. In the following code, the pipe only calls the server when the request URL changes and it caches the server response. -The code uses the [Angular http](guide/http) client to retrieve data: +The code uses the [Angular http](guide/http) client to retrieve data: