mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fixes #4664: spelling mistake in alerts docs
This commit is contained in:
parent
3b67ece2d1
commit
303a33f15c
@ -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 New Issue
Block a user