Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 4dbd920

Browse files
kapunahelewongjuleskremer
authored andcommitted
docs(http-client): edit copy and true TOC to doc shape (#3360)
1 parent a8ad96e commit 4dbd920

File tree

2 files changed

+117
-78
lines changed

2 files changed

+117
-78
lines changed

public/docs/_examples/server-communication/ts/src/app/toh/hero.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class HeroService {
5757
// #docregion error-handling
5858

5959
private handleError (error: Response | any) {
60-
// In a real world app, we might use a remote logging infrastructure
60+
// In a real world app, you might use a remote logging infrastructure
6161
let errMsg: string;
6262
if (error instanceof Response) {
6363
const body = error.json() || '';

0 commit comments

Comments
 (0)