diff options
| author | Mark Otto <[email protected]> | 2015-04-17 01:03:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-17 01:03:16 -0700 |
| commit | e782a9b580979f6971eba209c7a0e52314817801 (patch) | |
| tree | 65d23ffc36680f8bd1cb558172a93dac2ad71cfe /docs | |
| parent | 7c1635cdb84fa6655d716908c6aaeaa84cba311c (diff) | |
| download | bootstrap-e782a9b580979f6971eba209c7a0e52314817801.tar.xz bootstrap-e782a9b580979f6971eba209c7a0e52314817801.zip | |
rename helpers to utilities in docs, matching the scss file
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_data/nav.yml | 2 | ||||
| -rw-r--r-- | docs/components/utilities.md (renamed from docs/components/helpers.md) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index a0ba58dd2..4712fc5c9 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -131,7 +131,7 @@ - title: Collapse - title: Carousel - title: Responsive embed - - title: Helpers + - title: Utilities - title: Examples pages: diff --git a/docs/components/helpers.md b/docs/components/utilities.md index d2f165bce..e6d79db8f 100644 --- a/docs/components/helpers.md +++ b/docs/components/utilities.md @@ -1,6 +1,6 @@ --- layout: page -title: Helper classes +title: Utility classes --- ### Contextual colors |
