@@ -105,7 +105,7 @@ const DOCS: {[key: string]: DocItem[]} = {
105105 } ,
106106 {
107107 id : 'button-toggle' ,
108- name : 'Button toggle ' ,
108+ name : 'Button Toggle ' ,
109109 summary : 'A groupable on/off toggle for enabling and disabling options.' ,
110110 exampleSpecs : {
111111 prefix : 'button-toggle-' ,
@@ -186,7 +186,7 @@ const DOCS: {[key: string]: DocItem[]} = {
186186 } ,
187187 {
188188 id : 'form-field' ,
189- name : 'Form field ' ,
189+ name : 'Form Field ' ,
190190 summary : 'Wraps input fields so they are displayed consistently.' ,
191191 exampleSpecs : {
192192 prefix : 'form-field-' ,
@@ -195,7 +195,7 @@ const DOCS: {[key: string]: DocItem[]} = {
195195 } ,
196196 {
197197 id : 'grid-list' ,
198- name : 'Grid list ' ,
198+ name : 'Grid List ' ,
199199 summary : 'A flexible structure for presenting content items in a grid.' ,
200200 exampleSpecs : {
201201 prefix : 'grid-list-' ,
@@ -249,7 +249,7 @@ const DOCS: {[key: string]: DocItem[]} = {
249249 } ,
250250 {
251251 id : 'progress-bar' ,
252- name : 'Progress bar ' ,
252+ name : 'Progress Bar ' ,
253253 summary : 'A linear progress indicator.' ,
254254 exampleSpecs : {
255255 prefix : 'progress-bar-' ,
@@ -258,7 +258,7 @@ const DOCS: {[key: string]: DocItem[]} = {
258258 } ,
259259 {
260260 id : 'progress-spinner' ,
261- name : 'Progress spinner ' ,
261+ name : 'Progress Spinner ' ,
262262 summary : 'A circular progress indicator.' ,
263263 exampleSpecs : {
264264 prefix : 'progress-spinner-' ,
@@ -267,7 +267,7 @@ const DOCS: {[key: string]: DocItem[]} = {
267267 } ,
268268 {
269269 id : 'radio' ,
270- name : 'Radio button ' ,
270+ name : 'Radio Button ' ,
271271 summary : 'Allows the user to select one option from a group.' ,
272272 exampleSpecs : {
273273 prefix : 'radio-' ,
@@ -304,7 +304,7 @@ const DOCS: {[key: string]: DocItem[]} = {
304304 } ,
305305 {
306306 id : 'slide-toggle' ,
307- name : 'Slide toggle ' ,
307+ name : 'Slide Toggle ' ,
308308 summary : 'Captures boolean values as a clickable and draggable switch.' ,
309309 exampleSpecs : {
310310 prefix : 'slide-toggle-' ,
@@ -331,7 +331,7 @@ const DOCS: {[key: string]: DocItem[]} = {
331331 } ,
332332 {
333333 id : 'sort' ,
334- name : 'Sort header ' ,
334+ name : 'Sort Header ' ,
335335 summary : 'Allows the user to configure how tabular data is sorted.' ,
336336 exampleSpecs : {
337337 prefix : 'sort-' ,
@@ -568,7 +568,7 @@ const DOCS: {[key: string]: DocItem[]} = {
568568 } ,
569569 {
570570 id : 'text-field' ,
571- name : 'Text field ' ,
571+ name : 'Text Field ' ,
572572 summary : 'Utilities for working with text input fields.' ,
573573 exampleSpecs : {
574574 prefix : 'text-field-' ,
0 commit comments