From: TheDragonRing Date: Thu, 22 Nov 2018 07:26:10 +0000 (+1100) Subject: Fix typo (remove extra word "add") X-Git-Tag: 0.7.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75aebf6e4350f2b1b9f9f83aab5d6f347886888e;p=thirdparty%2Fbulma.git Fix typo (remove extra word "add") --- diff --git a/docs/documentation/form/radio.html b/docs/documentation/form/radio.html index c3229593d..46fe2df76 100644 --- a/docs/documentation/form/radio.html +++ b/docs/documentation/form/radio.html @@ -92,7 +92,7 @@ meta:

- You can add disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>. + You can disable a radio button by adding the disabled HTML attribute to both the <label> and the <input>.