]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4664: spelling mistake in alerts docs
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 22:48:54 +0000 (15:48 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 22:48:54 +0000 (15:48 -0700)
docs/javascript.html
docs/templates/pages/javascript.mustache

index ffe530280e18097c69ef553bdc07a8896e76a34c..f4c0d484d828223b261f1de5b9f2cda171174a01 100644 (file)
@@ -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">&times;</button>
index b3323a37194a5f272329db57bba1d36086c77d4e..ba762d56bb7b2e8deeec1ec7af36aefa2496ce66 100644 (file)
@@ -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">&times;</button>