aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-05-14 08:54:28 +0300
committerXhmikosR <[email protected]>2020-09-24 15:06:30 +0300
commit16aa05752b8ef0890e195ca674de0e31c7edf0de (patch)
treee69ae4f834e3cf4704cd1c17cf4a1f537d19835e
parent34208778bac344575c594f7ec94ae43efe9e7335 (diff)
downloadbootstrap-16aa05752b8ef0890e195ca674de0e31c7edf0de.tar.xz
bootstrap-16aa05752b8ef0890e195ca674de0e31c7edf0de.zip
Update popovers.md
-rw-r--r--site/docs/4.5/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.5/components/popovers.md b/site/docs/4.5/components/popovers.md
index ed75627b1..c92a21c19 100644
--- a/site/docs/4.5/components/popovers.md
+++ b/site/docs/4.5/components/popovers.md
@@ -139,7 +139,7 @@ Enable popovers via JavaScript:
{% capture callout %}
##### GPU acceleration
-Popovers sometimes appear blurry in Windows 10 devices due to GPU acceleration and a modified system DPI. The workaround for this in v4 is to disable GPU acceleration as needed on your popovers. [See this issue for details and a suggested fix.](https://github.com/twbs/bootstrap/issues/22610)
+Popovers sometimes appear blurry on Windows 10 devices due to GPU acceleration and a modified system DPI. The workaround for this in v4 is to disable GPU acceleration as needed on your popovers. [See this issue for details and a suggested fix](https://github.com/twbs/bootstrap/issues/22610).
{% endcapture %}
{% include callout.html content=callout type="warning" %}