diff --git a/modules/angular2/src/http/http.ts b/modules/angular2/src/http/http.ts index 072cb3e088..cd7ea02141 100644 --- a/modules/angular2/src/http/http.ts +++ b/modules/angular2/src/http/http.ts @@ -61,7 +61,7 @@ function mergeOptions(defaultOpts, providedOpts, method, url): RequestOptions { * ### Example * * ``` - * http.get('people.json').observer({next: (value) => this.people = people}); + * http.get('people.json').observer({next: (value) => this.people = value}); * ``` * * The default construct used to perform requests, `XMLHttpRequest`, is abstracted as a "Backend" (