Skip to content

Commit

Permalink
Merge pull request #1809 from boltdesignsystem/fix/accordion-doc-typo
Browse files Browse the repository at this point in the history
Fix: accordion open prop typo in web component demo
  • Loading branch information
sghoweri committed Apr 8, 2020
2 parents 7f4ad7d + b3e46e9 commit 9286cb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<bolt-text slot="trigger">Accordion item 1</bolt-text>
<bolt-text>Lorem ipsum dolor sit, amet consectetur adipisicing elit.</bolt-text>
</bolt-accordion-item>
<bolt-accordion-item auto-open>
<bolt-accordion-item open>
<bolt-text slot="trigger">Accordion item 2</bolt-text>
<bolt-text>This item is opened by default. Lorem ipsum dolor sit, amet consectetur adipisicing elit.</bolt-text>
</bolt-accordion-item>
Expand Down Expand Up @@ -104,7 +104,7 @@
Advanced Usage
</bolt-text>
<bolt-text>
Two advanced options are shown below. Automatically show an <bolt-code-snippet display="inline" lang="html">bolt-accordion-item</bolt-code-snippet> by adding the <bolt-code-snippet display="inline" lang="html">auto-open</bolt-code-snippet> prop.
Two advanced options are shown below. Automatically show an <bolt-code-snippet display="inline" lang="html">bolt-accordion-item</bolt-code-snippet> by adding the <bolt-code-snippet display="inline" lang="html">open</bolt-code-snippet> prop.
</bolt-text>
<div class="t-bolt-light u-bolt-margin-bottom-small u-bolt-padding-medium">
{% grid "o-bolt-grid--flex o-bolt-grid--matrix o-bolt-grid--center" %}
Expand Down

0 comments on commit 9286cb9

Please sign in to comment.