From 154f8317369a6350f2cefd29469cfb92d454fab8 Mon Sep 17 00:00:00 2001 From: Jonathan Lee <41406384+jonodjlee@users.noreply.github.com> Date: Sun, 6 Sep 2020 00:43:32 +1000 Subject: [PATCH] Update index.html fixed grammar --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c66385e..d4ede67 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@

Checkboxes and radios

Each checkbox and radio is wrapped in a <label> for three reasons:

    -
  1. It provides a larger hit areas for checking the control.
  2. +
  3. It provides a larger hit area for checking the control.
  4. It provides a helpful and semantic wrapper to help us replace the default <input>s.
  5. It triggers the state of the <input> automatically, meaning no JavaScript is required.