Commit d5759882 authored by Mark Otto's avatar Mark Otto
Browse files

fix typo in js docs carousel section per #2299

parent af8261af
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -1352,7 +1352,7 @@ $('.carousel').carousel({ ...@@ -1352,7 +1352,7 @@ $('.carousel').carousel({
<h4>.carousel('next')</h4> <h4>.carousel('next')</h4>
<p>Cycles to the next item.</p> <p>Cycles to the next item.</p>
<h3>Events</h3> <h3>Events</h3>
<p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p> <p>Bootstrap's carousel class exposes a few events for hooking into carousel functionality.</p>
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
......
...@@ -1276,7 +1276,7 @@ $('.carousel').carousel({ ...@@ -1276,7 +1276,7 @@ $('.carousel').carousel({
<h4>.carousel('next')</h4> <h4>.carousel('next')</h4>
<p>{{_i}}Cycles to the next item.{{/i}}</p> <p>{{_i}}Cycles to the next item.{{/i}}</p>
<h3>{{_i}}Events{{/i}}</h3> <h3>{{_i}}Events{{/i}}</h3>
<p>{{_i}}Bootstrap's modal class exposes a few events for hooking into modal functionality.{{/i}}</p> <p>{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}</p>
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment