Skip to content

Commit 733b8eb

Browse files
andrewseguinkara
authored andcommittedFeb 27, 2017
fix: capitalization on component list (#114)
1 parent d13f8f1 commit 733b8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+1-1
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)
Please sign in to comment.