Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摉Update misspelling of behavior in amp-accordion example #18330

Merged
merged 2 commits into from Sep 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -918,7 +918,7 @@ <h2 id="setup" class="www-heading pb4 mb2 relative h3">Setup</h2>
<h2 id="basic-usage" class="www-heading pb4 mb2 relative h3">Basic Usage</h2>
</section>
<section class="www-component-desc">
<p class="mb2 px1"> Each of the <code>amp-accordion</code> component鈥檚 immediate children is considered a section in the accordion. Each of these nodes must be a <code>&lt;section&gt;</code> tag. Each <code>&lt;section&gt;</code> 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 <code>disable-session-states</code> attribute to disable preserving the accordion state across a session.</p>
<p class="mb2 px1"> Each of the <code>amp-accordion</code> component鈥檚 immediate children is considered a section in the accordion. Each of these nodes must be a <code>&lt;section&gt;</code> tag. Each <code>&lt;section&gt;</code> 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 <code>disable-session-states</code> attribute to disable preserving the accordion state across a session.</p>
<div class="abe-code-container">
<div class="abe-code-preview ampstart-card">
<h3 class="abe-code p1 caps h4">Example</h3>
Expand Down