Skip to content

Commit 2091f72

Browse files
authored
amp-story comment typo fix (#38010)
1 parent e75f657 commit 2091f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/amp-story/1.0/amp-story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ export class AmpStory extends AMP.BaseElement {
24912491
nextPageEl.setAttribute(Attributes.RETURN_TO, pageToBeInsertedId);
24922492
}
24932493

2494-
// Adjust the ad page's position in this.adPages_ array to reflect the actual.
2494+
// Adjust the page's position in this.pages_ array to reflect the actual.
24952495
const insertedPageIndex = this.getPageIndexById(pageToBeInsertedId);
24962496
if (insertedPageIndex != -1) {
24972497
this.pages_.splice(insertedPageIndex, 1);

0 commit comments

Comments
 (0)