aboutsummaryrefslogtreecommitdiff
path: root/site/_includes
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-10-13 16:17:28 +0300
committerXhmikosR <[email protected]>2018-10-14 08:17:40 +0300
commitf9dea7624b8b090264e5a66a44bc2b6c0a8317b9 (patch)
treee56759dc6f565622342a2db9120d4dcd445329a8 /site/_includes
parentea575bc1a7c1eadbbc06117e5d0d00b0d36c1256 (diff)
downloadbootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.tar.xz
bootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.zip
Move periods outside of links.
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/callout-danger-async-methods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/callout-danger-async-methods.md b/site/_includes/callout-danger-async-methods.md
index ca35e0b77..083f28f23 100644
--- a/site/_includes/callout-danger-async-methods.md
+++ b/site/_includes/callout-danger-async-methods.md
@@ -3,6 +3,6 @@
All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**.
-[See our JavaScript documentation for more information.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/)
+[See our JavaScript documentation for more information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/).
{% endcapture %}
{% include callout.html content=callout type="danger" %}