mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix typo. (#29008)
This commit is contained in:
@@ -826,7 +826,7 @@ Destroys an element's modal.
|
||||
|
||||
{{< highlight js >}}
|
||||
var myModalEl = document.getElementById('myModal')
|
||||
var modal = bootstrap.Modal._getInstance(myModalEl) // Return a Bootstrap modal instance
|
||||
var modal = bootstrap.Modal._getInstance(myModalEl) // Returns a Bootstrap modal instance
|
||||
{{< /highlight >}}
|
||||
|
||||
### Events
|
||||
|
||||
Reference in New Issue
Block a user