mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 16:10:58 +00:00
fixes #4664: spelling mistake in alerts docs
This commit is contained in:
parent
3b67ece2d1
commit
303a33f15c
2 changed files with 2 additions and 2 deletions
|
|
@ -1035,7 +1035,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
|
||||
|
||||
<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="alert fade in">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
|
|
|
|||
2
docs/templates/pages/javascript.mustache
vendored
2
docs/templates/pages/javascript.mustache
vendored
|
|
@ -965,7 +965,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
|
||||
|
||||
<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="alert fade in">
|
||||
<button type="button" class="close" data-dismiss="alert">×</button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue