]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Typo (#27248)
authorNabil Kadimi <nabil@kadimi.com>
Sun, 16 Sep 2018 18:02:30 +0000 (19:02 +0100)
committerPatrick H. Lauke <redux@splintered.co.uk>
Sun, 16 Sep 2018 18:02:30 +0000 (19:02 +0100)
site/docs/4.1/getting-started/javascript.md

index e9fcc51822d96f84409776a4b9125e88eef652f5..7f59ac213a982bda15532b0bb03ca0b38114d1bd 100644 (file)
@@ -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.