diff options
| author | Mark Otto <[email protected]> | 2012-08-27 15:48:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 15:48:54 -0700 |
| commit | 303a33f15c9cc61fe7fa0e8c998d79c8105f0f5f (patch) | |
| tree | eee793955bb0e3d124243a81d0266fb250641ff8 /docs/javascript.html | |
| parent | 3b67ece2d10aaf573ffb93fc804dc4e382a50837 (diff) | |
| download | bootstrap-303a33f15c9cc61fe7fa0e8c998d79c8105f0f5f.tar.xz bootstrap-303a33f15c9cc61fe7fa0e8c998d79c8105f0f5f.zip | |
fixes #4664: spelling mistake in alerts docs
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ffe530280..f4c0d484d 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
