Skip to content

Commit

Permalink
change behaviour to behavior (ampproject#18326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Falcone authored and torch2424 committed Oct 10, 2018
1 parent 8e06ca8 commit c795061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- ## 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.
-->
<amp-accordion>
<section expanded>
Expand Down

0 comments on commit c795061

Please sign in to comment.