Skip to content

Commit

Permalink
docs: link to the Asynchronous functions section
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 24, 2020
1 parent 43b4252 commit 9f77894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/partials/callout-danger-async-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/).
[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).

0 comments on commit 9f77894

Please sign in to comment.