From caa8265110db5095341d758f6c0d47c03c211c36 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Mon, 27 Feb 2017 13:12:40 -0800 Subject: [PATCH] fix: capitalization on component list (#114) --- src/app/shared/documentation-items/documentation-items.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/documentation-items/documentation-items.ts b/src/app/shared/documentation-items/documentation-items.ts index a3b94cd597c2..851982b1cf00 100644 --- a/src/app/shared/documentation-items/documentation-items.ts +++ b/src/app/shared/documentation-items/documentation-items.ts @@ -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']},