We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75f657 commit 2091f72Copy full SHA for 2091f72
1 file changed
extensions/amp-story/1.0/amp-story.js
@@ -2491,7 +2491,7 @@ export class AmpStory extends AMP.BaseElement {
2491
nextPageEl.setAttribute(Attributes.RETURN_TO, pageToBeInsertedId);
2492
}
2493
2494
- // Adjust the ad page's position in this.adPages_ array to reflect the actual.
+ // Adjust the page's position in this.pages_ array to reflect the actual.
2495
const insertedPageIndex = this.getPageIndexById(pageToBeInsertedId);
2496
if (insertedPageIndex != -1) {
2497
this.pages_.splice(insertedPageIndex, 1);
0 commit comments