Browse Source

Update badges.html

Fix a spelling mistake in documentation
Jeremy Emery 3 years ago
parent
commit
20ad7924a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      demo/docs/badges.html

+ 2 - 2
demo/docs/badges.html

@@ -712,7 +712,7 @@
                         </figure>
                       </div>
                       <h2 id="pill-badges">Pill badges</h2>
-                      <p>Use the <code class="language-plaintext highlighter-rouge">.bagde-pill</code> class if you want to create a badge with rounded corners. Its width will adjust to the label text.</p>
+                      <p>Use the <code class="language-plaintext highlighter-rouge">.badge-pill</code> class if you want to create a badge with rounded corners. Its width will adjust to the label text.</p>
                       <div class="example no_toc_section example-centered">
                         <div class="example-content">
                           <span class="badge badge-pill bg-blue">1</span>
@@ -966,4 +966,4 @@
     <!-- Tabler Core -->
     <script src="../dist/js/tabler.min.js"></script>
   </body>
-</html>
+</html>