aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/getting-started/javascript.md
diff options
context:
space:
mode:
authorNabil Kadimi <[email protected]>2018-09-16 19:02:30 +0100
committerPatrick H. Lauke <[email protected]>2018-09-16 19:02:30 +0100
commited48d9a4401ce0ad61b38a236e0a1c15bc3bb17b (patch)
treee667c8d38b35fa9b6091cec97d12641cd3edd68c /site/docs/4.1/getting-started/javascript.md
parent8bfecc7dc6aa346b07fb3e1a12119cd156af3348 (diff)
downloadbootstrap-ed48d9a4401ce0ad61b38a236e0a1c15bc3bb17b.tar.xz
bootstrap-ed48d9a4401ce0ad61b38a236e0a1c15bc3bb17b.zip
Typo (#27248)
Diffstat (limited to 'site/docs/4.1/getting-started/javascript.md')
-rw-r--r--site/docs/4.1/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/getting-started/javascript.md b/site/docs/4.1/getting-started/javascript.md
index e9fcc5182..7f59ac213 100644
--- a/site/docs/4.1/getting-started/javascript.md
+++ b/site/docs/4.1/getting-started/javascript.md
@@ -74,7 +74,7 @@ Each plugin also exposes its raw constructor on a `Constructor` property: `$.fn.
### Asynchronous functions and transitions
-All programmatic API methods are **asynchronous** and returns to the caller once the transition is started but **before it ends**.
+All programmatic API methods are **asynchronous** and return to the caller once the transition is started but **before it ends**.
In order to execute an action once the transition is complete, you can listen to the corresponding event.