Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
demo(accordion): fix typo in demo's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Apr 3, 2013
1 parent 4cbe252 commit 78da771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accordion/docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sThe **accordion directive** builds on top of the collapse directive to provide a list of items, with collapsible bodies that are collapsed or expanded by clicking on the item's header.
The **accordion directive** builds on top of the collapse directive to provide a list of items, with collapsible bodies that are collapsed or expanded by clicking on the item's header.

We can control whether expanding an item will cause the other items to close, using the `close-others` attribute on accordion.

Expand Down

0 comments on commit 78da771

Please sign in to comment.