Skip to content

Commit

Permalink
Add missing period (#35433)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymasanto committed Jul 28, 2021
1 parent 0630287 commit a6d2007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-story/1.0/amp-story.js
Expand Up @@ -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,
Expand Down

0 comments on commit a6d2007

Please sign in to comment.