diff options
| author | Priyansh <[email protected]> | 2021-10-01 10:12:45 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-01 17:12:45 +0300 |
| commit | 49df44d43e86825164b9bdebc5afa0ae43320891 (patch) | |
| tree | c9f1cebc4a0a5ff4bfc43aa8fe0a5449c81d9068 | |
| parent | 4ffdef397f6b28729e1338625c73218765dcdbb9 (diff) | |
| download | bootstrap-49df44d43e86825164b9bdebc5afa0ae43320891.tar.xz bootstrap-49df44d43e86825164b9bdebc5afa0ae43320891.zip | |
README.md: fix capitalization after period
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ bootstrap/ └── bootstrap.min.js.map ``` -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/). +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/). ## Bugs and feature requests |
