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

docs(http-client): edit copy and true TOC to doc shape #3360

Merged
merged 1 commit into from
Mar 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class HeroService {
// #docregion error-handling

private handleError (error: Response | any) {
// In a real world app, we might use a remote logging infrastructure
// In a real world app, you might use a remote logging infrastructure
let errMsg: string;
if (error instanceof Response) {
const body = error.json() || '';
Expand Down
Loading