Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Ingalls <45518011+lukeingalls@users.noreply.github.com>2021-06-07 16:05:26 +0300
committerMark Otto <otto@github.com>2021-06-14 05:36:25 +0300
commit95bc724b9cb22610c0bcb872cc8c5c0791fb5a21 (patch)
tree5e1e1d5beaeab586148c1309c7db782d965448be /site/content/docs/5.0
parent9ac65855c4b9739859eda22ea930afd6a0341e8b (diff)
docs: update overview.md to fix typo
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/customize/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/overview.md b/site/content/docs/5.0/customize/overview.md
index 07431575a7..9c8878e3a6 100644
--- a/site/content/docs/5.0/customize/overview.md
+++ b/site/content/docs/5.0/customize/overview.md
@@ -48,4 +48,4 @@ Several Bootstrap components include embedded SVGs in our CSS to style component
- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
- [Navbar toggle buttons]({{< docsref "/components/navbar#responsive-behaviors" >}})
-Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on a best path forward, if necessary.
+Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on the best path forward, if necessary.