Skip to content

Commit

Permalink
fix: capitalization on component list (angular#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin authored and kara committed Feb 27, 2017
1 parent d5cf426 commit caa8265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/documentation-items/documentation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const DOCS = [
{
id: 'buttons',
name: 'Buttons, Indicators & Icons',
summary: 'buttons, button toggles, icons, progress spinners, progress bars',
summary: 'Buttons, button toggles, icons, progress spinners, progress bars',
items: [
{id: 'button', name: 'Button', examples: ['button-types']},
{id: 'button-toggle', name: 'Button toggle', examples: ['button-toggle-exclusive']},
Expand Down

0 comments on commit caa8265

Please sign in to comment.