Skip to content

Commit

Permalink
Fix typo. (#29008)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 10, 2019
1 parent 9badcf6 commit fdbc63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/4.3/components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/4.3/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Updates the position of an element's popover.

{{< highlight js >}}
var exampleTriggerEl = document.getElementById('example')
var popover = bootstrap.Popover._getInstance(exampleTriggerEl) // Return a Bootstrap popover instance
var popover = bootstrap.Popover._getInstance(exampleTriggerEl) // Returns a Bootstrap popover instance
{{< /highlight >}}

### Events
Expand Down

0 comments on commit fdbc63f

Please sign in to comment.