From c23d9ff0fc3ee41513ff450400ed98880747fe59 Mon Sep 17 00:00:00 2001 From: "Taymon A. Beal" Date: Mon, 26 Jun 2017 17:56:57 -0400 Subject: [PATCH] Fix lint-induced doc typo --- extensions/amp-a4a/0.1/amp-a4a.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-a4a/0.1/amp-a4a.js b/extensions/amp-a4a/0.1/amp-a4a.js index 4db947728f828..e26fb9e0c4ae2 100644 --- a/extensions/amp-a4a/0.1/amp-a4a.js +++ b/extensions/amp-a4a/0.1/amp-a4a.js @@ -652,7 +652,7 @@ export class AmpA4A extends AMP.BaseElement { }); }) // This block returns the ad creative, signature, and size, if - // available; nullotherwise. + // available; null otherwise. /** * @return {?Promise<{creativeParts: !AdResponseDef, size: ?SizeInfoDef}>} */