From eb922c00c98717bdd7903343f9c916828bb6be52 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 14 Oct 2016 12:40:32 -0700 Subject: [PATCH] Fix typo (#5616) --- extensions/amp-lightbox/amp-lightbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-lightbox/amp-lightbox.md b/extensions/amp-lightbox/amp-lightbox.md index 3f0572f8a04e..39174bf1d868 100644 --- a/extensions/amp-lightbox/amp-lightbox.md +++ b/extensions/amp-lightbox/amp-lightbox.md @@ -45,7 +45,7 @@ The `amp-lightbox` component defines the child elements that will be displayed i ### Closing the lightbox Pressing the escape key on the keyboard will close the lightbox. -Alternatively setting the `on` attribute on one or more elements within the lightbox and setting it's method to `close` will close the lightbox when the element is tapped or clicked. +Alternatively setting the `on` attribute on one or more elements within the lightbox and setting its method to `close` will close the lightbox when the element is tapped or clicked. Example: ```html