From f9dea7624b8b090264e5a66a44bc2b6c0a8317b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 13 Oct 2018 16:17:28 +0300 Subject: Move periods outside of links. --- site/_includes/callout-danger-async-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/_includes') 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" %} -- cgit v1.2.3