diff options
| author | Mark Otto <[email protected]> | 2012-08-22 09:51:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-22 09:51:41 -0700 |
| commit | 535dfc21536f5766365047f0af532d8523c2affd (patch) | |
| tree | f769be5e3d2ce1853fdac2fbb3a53f54f81ac39f /docs | |
| parent | 6160667b1937115f799be5e8d5a5597b72f325e6 (diff) | |
| download | bootstrap-535dfc21536f5766365047f0af532d8523c2affd.tar.xz bootstrap-535dfc21536f5766365047f0af532d8523c2affd.zip | |
fixes #4561: typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index c96c79eb1..78756ee75 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -114,7 +114,7 @@ </div> <div class="span6"> <h2>Download source</h2> - <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> + <p>Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p> </div> </div> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index f49f42e02..f27c0834e 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -43,7 +43,7 @@ </div> <div class="span6"> <h2>Download source</h2> - <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> + <p>Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);"{{/production}}>Download Bootstrap source</a></p> </div> </div> |
