Skip to content

Commit

Permalink
🐛 bug(lists): Fix incorrect class used in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Jul 15, 2021
1 parent 379402a commit 6e38bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirrus-docs-next/src/components/lists/index.tsx
Expand Up @@ -289,7 +289,7 @@ export const ListsPage: React.FC<any> = (props) => {
Drop down menus are easy to configure in Cirrus using lists. Simply wrap the button and the
menu in a <code>list-dropdown</code> container and Cirrus will automatically style all the
components for the dropdown menu. To display the menu on the right side, just add the{' '}
<code>menu-right</code> class to the <code>list-dropdown</code> container. These dropdown
<code>dropdown-right</code> class to the <code>list-dropdown</code> container. These dropdown
menus can work straight out of the box and also support JavaScript events when needed.
</p>

Expand Down

0 comments on commit 6e38bd6

Please sign in to comment.