From 8b95bdd0019176a3327ae5fb76d490374124c782 Mon Sep 17 00:00:00 2001 From: Pet Ramanudom Date: Mon, 12 Nov 2018 16:11:15 -0500 Subject: [PATCH] Fixed typo in method JSDoc --- extensions/amp-story/1.0/amp-story-info-dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/amp-story/1.0/amp-story-info-dialog.js b/extensions/amp-story/1.0/amp-story-info-dialog.js index aff9b5d1a6b2..d6cae6db9e89 100644 --- a/extensions/amp-story/1.0/amp-story-info-dialog.js +++ b/extensions/amp-story/1.0/amp-story-info-dialog.js @@ -142,8 +142,8 @@ export class InfoDialog { } /** - * Reacts to menu state updates and decides whether to show either the native - * system sharing, or the fallback UI. + * Reacts to dialog state updates and decides whether to show either the + * native system sharing, or the fallback UI. * @param {boolean} isOpen * @private */