From dc63cef10acc8b61adc7929a8d2eaeacdd4fba8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Nicodemos=20Maia=20Neto?= Date: Thu, 12 Jan 2017 15:55:49 -0200 Subject: [PATCH] docs(http): Spelling Fix #13867 --- modules/@angular/http/src/static_response.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/http/src/static_response.ts b/modules/@angular/http/src/static_response.ts index 892edaa743..199fd08af5 100644 --- a/modules/@angular/http/src/static_response.ts +++ b/modules/@angular/http/src/static_response.ts @@ -36,7 +36,7 @@ import {Headers} from './headers'; */ export class Response extends Body { /** - * One of "basic", "cors", "default", "error, or "opaque". + * One of "basic", "cors", "default", "error", or "opaque". * * Defaults to "default". */