From dd27aa6a912819ab31bf891711ca9628d12d3fe2 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 30 Jul 2015 13:21:42 -0700 Subject: [PATCH] An -> A --- chocolatechipjs/chocolatechipjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chocolatechipjs/chocolatechipjs.d.ts b/chocolatechipjs/chocolatechipjs.d.ts index d658118a01..9b79934b7f 100644 --- a/chocolatechipjs/chocolatechipjs.d.ts +++ b/chocolatechipjs/chocolatechipjs.d.ts @@ -672,7 +672,7 @@ interface ChocolateChipAjaxSettings { type?: string; /** - * An property that does not seem to be officially documented, but is used in the documentation. + * A property that does not seem to be officially documented, but is used in the documentation. * Its functionality seems to be identical to that of 'type' which *is* documented. */ method?: string;