Commit 8ad30ff8 authored by Mark Otto's avatar Mark Otto
Browse files

rename in docs

parent 5c93cb7c
Showing with 2 additions and 2 deletions
+2 -2
...@@ -60,11 +60,11 @@ Adding in the previous and next controls: ...@@ -60,11 +60,11 @@ Adding in the previous and next controls:
</div> </div>
</div> </div>
<a class="carousel-control carousel-control-left" href="#carouselExampleControls" role="button" data-slide="prev"> <a class="carousel-control carousel-control-left" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span> <span class="carousel-control-icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span> <span class="sr-only">Previous</span>
</a> </a>
<a class="carousel-control carousel-control-right" href="#carouselExampleControls" role="button" data-slide="next"> <a class="carousel-control carousel-control-right" href="#carouselExampleControls" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span> <span class="carousel-control-icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span> <span class="sr-only">Next</span>
</a> </a>
</div> </div>
......
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