diff --git a/examples/visual-tests/amp-by-example/components/amp-accordion/embed/index.html b/examples/visual-tests/amp-by-example/components/amp-accordion/embed/index.html index b6bb0c43dd3f..dade13465c21 100644 --- a/examples/visual-tests/amp-by-example/components/amp-accordion/embed/index.html +++ b/examples/visual-tests/amp-by-example/components/amp-accordion/embed/index.html @@ -156,7 +156,7 @@

Setup

Basic Usage

-

Each of the amp-accordion component’s immediate children is considered a section in the accordion. Each of these nodes must be a <section> tag. Each <section> must contain only two direct children. The first child (of the section) will be considered as the heading of the section. Clicking/tapping on this section will trigger the expand/collapse behaviour. Use the disable-session-states attribute to disable preserving the accordion state across a session.

+

Each of the amp-accordion component’s immediate children is considered a section in the accordion. Each of these nodes must be a <section> tag. Each <section> must contain only two direct children. The first child (of the section) will be considered as the heading of the section. Clicking/tapping on this section will trigger the expand/collapse behavior. Use the disable-session-states attribute to disable preserving the accordion state across a session.

Example