]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix capitalization after period in `contents.md` (#35111)
authorJulien Déramond <julien.deramond@orange.com>
Tue, 5 Oct 2021 14:46:08 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 14:46:08 +0000 (17:46 +0300)
site/content/docs/5.1/getting-started/contents.md

index 04e44ea3010921ee0d3fb7a09924d7719b64536c..4e86d55922f2ee3d67da2d40b16527f3c894f258 100644 (file)
@@ -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