]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: update overview.md to fix typo
authorLuke Ingalls <45518011+lukeingalls@users.noreply.github.com>
Mon, 7 Jun 2021 13:05:26 +0000 (07:05 -0600)
committerMark Otto <otto@github.com>
Mon, 14 Jun 2021 02:36:25 +0000 (19:36 -0700)
site/content/docs/5.0/customize/overview.md

index 07431575a7e24fcd662cdfa332eba10de6ca6538..9c8878e3a6c3fc16038ffe69931f46703259371b 100644 (file)
@@ -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.