]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix typo (remove extra word "add")
authorTheDragonRing <thedragonring.bod@gmail.com>
Thu, 22 Nov 2018 07:26:10 +0000 (18:26 +1100)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 22 Nov 2018 12:11:26 +0000 (13:11 +0100)
docs/documentation/form/radio.html

index c3229593d1b05344a78a9ed0bc257b7b56c3e9da..46fe2df7604eceaf804ff134cf1d1b3a434c910c 100644 (file)
@@ -92,7 +92,7 @@ meta:
 
 <div class="content">
   <p>
-    You can add <strong>disable</strong> a radio button by adding the <code>disabled</code> HTML attribute to both the <code>&lt;label&gt;</code> and the <code>&lt;input&gt;</code>.
+    You can <strong>disable</strong> a radio button by adding the <code>disabled</code> HTML attribute to both the <code>&lt;label&gt;</code> and the <code>&lt;input&gt;</code>.
   </p>
 </div>