From a6d2007f0be0b056542af3abde0711161a230238 Mon Sep 17 00:00:00 2001 From: Corey Masanto Date: Wed, 28 Jul 2021 12:58:30 -0400 Subject: [PATCH] Add missing period (#35433) --- extensions/amp-story/1.0/amp-story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-story/1.0/amp-story.js b/extensions/amp-story/1.0/amp-story.js index 13bc6102bcda..645a316587ef 100644 --- a/extensions/amp-story/1.0/amp-story.js +++ b/extensions/amp-story/1.0/amp-story.js @@ -2115,7 +2115,7 @@ export class AmpStory extends AMP.BaseElement { const fallbackEl = this.getFallback(); if (isBrowserSupported) { // Removes the default unsupported browser layer or throws an error - // if the publisher has provided their own fallback + // if the publisher has provided their own fallback. if (fallbackEl) { dev().error( TAG,