fix(aio): remove broken span closing tag (#22146)

PR Close #22146
This commit is contained in:
Suguru Inatomi 2018-02-10 13:42:54 +09:00 committed by Miško Hevery
parent 62e7b9da1e
commit 88bec238ac
1 changed files with 1 additions and 1 deletions

View File

@ -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</span>:
The code uses the [Angular http](guide/http) client to retrieve data:
<code-example path="pipes/src/app/fetch-json.pipe.ts" title="src/app/fetch-json.pipe.ts">