diff options
| author | Julien Déramond <[email protected]> | 2021-10-05 16:46:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-05 17:46:08 +0300 |
| commit | fc21dcf758e128e087f65927b2b3e7b0f2b72657 (patch) | |
| tree | fcc76b7ac8a965516d5b4a14d8ac4bdf987ea412 | |
| parent | c81c64539418a42ec19c9c0c7694bf291d9c85b8 (diff) | |
| download | bootstrap-fc21dcf758e128e087f65927b2b3e7b0f2b72657.tar.xz bootstrap-fc21dcf758e128e087f65927b2b3e7b0f2b72657.zip | |
Fix capitalization after period in `contents.md` (#35111)
| -rw-r--r-- | site/content/docs/5.1/getting-started/contents.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/getting-started/contents.md b/site/content/docs/5.1/getting-started/contents.md index 04e44ea30..4e86d5592 100644 --- a/site/content/docs/5.1/getting-started/contents.md +++ b/site/content/docs/5.1/getting-started/contents.md @@ -62,7 +62,7 @@ bootstrap/ └── bootstrap.min.js.map ``` -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.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/). +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.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/). ## CSS files |
