Commit 303a33f1 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4664: spelling mistake in alerts docs

parent 3b67ece2
3 merge requests!4855Solved bug in bootstrap tooltip when entering and leaving quickly,!4830Tabs should generate hide events,!4789Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines )
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1035,7 +1035,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -1035,7 +1035,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<h2>Example alerts</h2> <h2>Example alerts</h2>
<p>Add dismiss functionality to all alerge messages with this plugin.</p> <p>Add dismiss functionality to all alert messages with this plugin.</p>
<div class="bs-docs-example"> <div class="bs-docs-example">
<div class="alert fade in"> <div class="alert fade in">
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
......
...@@ -965,7 +965,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -965,7 +965,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<h2>{{_i}}Example alerts{{/i}}</h2> <h2>{{_i}}Example alerts{{/i}}</h2>
<p>{{_i}}Add dismiss functionality to all alerge messages with this plugin.{{/i}}</p> <p>{{_i}}Add dismiss functionality to all alert messages with this plugin.{{/i}}</p>
<div class="bs-docs-example"> <div class="bs-docs-example">
<div class="alert fade in"> <div class="alert fade in">
<button type="button" class="close" data-dismiss="alert">&times;</button> <button type="button" class="close" data-dismiss="alert">&times;</button>
......
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