From 75aebf6e4350f2b1b9f9f83aab5d6f347886888e Mon Sep 17 00:00:00 2001 From: TheDragonRing Date: Thu, 22 Nov 2018 18:26:10 +1100 Subject: [PATCH] Fix typo (remove extra word "add") --- docs/documentation/form/radio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/form/radio.html b/docs/documentation/form/radio.html index c3229593..46fe2df7 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>.