Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit caa8265

Browse files
andrewseguinkara
authored andcommitted
fix: capitalization on component list (#114)
1 parent d5cf426 commit caa8265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/documentation-items/documentation-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const DOCS = [
5151
{
5252
id: 'buttons',
5353
name: 'Buttons, Indicators & Icons',
54-
summary: 'buttons, button toggles, icons, progress spinners, progress bars',
54+
summary: 'Buttons, button toggles, icons, progress spinners, progress bars',
5555
items: [
5656
{id: 'button', name: 'Button', examples: ['button-types']},
5757
{id: 'button-toggle', name: 'Button toggle', examples: ['button-toggle-exclusive']},

0 commit comments

Comments
 (0)