diff options
Diffstat (limited to 'docs/getting-started/contents.md')
| -rw-r--r-- | docs/getting-started/contents.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/contents.md b/docs/getting-started/contents.md index 20f8786cd..8377bf32e 100644 --- a/docs/getting-started/contents.md +++ b/docs/getting-started/contents.md @@ -33,7 +33,7 @@ bootstrap/ └── bootstrap.min.js {% endhighlight %} -This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. +This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. ## Bootstrap source code |
