diff options
| author | Mark Otto <[email protected]> | 2012-01-15 11:23:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-15 11:23:34 -0800 |
| commit | a63636a248308f6670a547fbcda8b7b09178315f (patch) | |
| tree | fe7f6f85e15014698f47d1b3e3c20afd914ccaea /docs | |
| parent | f989c6892f690cf46b0e67158ebb621c3fe690fe (diff) | |
| parent | ed9903f797fa6d94789d05c234164bd378a1f3df (diff) | |
| download | bootstrap-a63636a248308f6670a547fbcda8b7b09178315f.tar.xz bootstrap-a63636a248308f6670a547fbcda8b7b09178315f.zip | |
Merge pull request #1012 from pkauders/patch-1
Fix small typo in docs home page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index cb924bae6..40ffce106 100644 --- a/docs/index.html +++ b/docs/index.html @@ -215,7 +215,7 @@ <div class="span4"> <img class="icon" src="assets/img/glyphicons/glyphicons_214_resize_small.png"> <h2>Responsive design</h2> - <p>With Bootstrap 2, we've gone fully responsive. Our components are scale according to a range of resolutions and devices to provide a consistent experience, no matter what.</p> + <p>With Bootstrap 2, we've gone fully responsive. Our components are scaled according to a range of resolutions and devices to provide a consistent experience, no matter what.</p> </div> <div class="span4"> <img class="icon" src="assets/img/glyphicons/glyphicons_266_book_open.png"> |
