From 5ee0d228566c8e3a72367383ec2712884e75ac8b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 27 Oct 2015 11:42:36 -0700 Subject: [PATCH] Capitalize header cells in option and method tables of JS docs [skip sauce] --- docs/components/carousel.md | 6 +++--- docs/components/collapse.md | 6 +++--- docs/components/modal.md | 6 +++--- docs/components/scrollspy.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 63a5dead04..76278281e5 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -144,9 +144,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Name - type - default - description + Type + Default + Description diff --git a/docs/components/collapse.md b/docs/components/collapse.md index d073a4aa3d..57e3cd8296 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Name - type - default - description + Type + Default + Description diff --git a/docs/components/modal.md b/docs/components/modal.md index caa974e23d..11eceef3d2 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -391,9 +391,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Name - type - default - description + Type + Default + Description diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 45cc9db6cd..4ae0fa219d 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap Name - type - default - description + Type + Default + Description -- 2.47.2