diff options
| author | Chris Rebert <[email protected]> | 2015-10-27 11:42:36 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-27 11:42:41 -0700 |
| commit | 5ee0d228566c8e3a72367383ec2712884e75ac8b (patch) | |
| tree | 03ee03a79233be5182b5ec49e6c9756c5689f22f /docs/components/scrollspy.md | |
| parent | c3834b8d5aedf1c632da8b612c736eec25108100 (diff) | |
| download | bootstrap-5ee0d228566c8e3a72367383ec2712884e75ac8b.tar.xz bootstrap-5ee0d228566c8e3a72367383ec2712884e75ac8b.zip | |
Capitalize header cells in option and method tables of JS docs
[skip sauce]
Diffstat (limited to 'docs/components/scrollspy.md')
| -rw-r--r-- | docs/components/scrollspy.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 45cc9db6c..4ae0fa219 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 <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 100px;">type</th> - <th style="width: 50px;">default</th> - <th>description</th> + <th style="width: 100px;">Type</th> + <th style="width: 50px;">Default</th> + <th>Description</th> </tr> </thead> <tbody> |
