From 389443010c75100e55dbdbdd27bf63b75522f352 Mon Sep 17 00:00:00 2001 From: Charan Gutti <37399410+g-charan@users.noreply.github.com> Date: Sun, 29 Dec 2024 06:54:15 +0530 Subject: [PATCH] fix(curriculum): changed Build a checkout page instruction tab-index (#57812) --- .../lab-checkout-page/66da326c02141df538f29ba5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-checkout-page/66da326c02141df538f29ba5.md b/curriculum/challenges/english/25-front-end-development/lab-checkout-page/66da326c02141df538f29ba5.md index f91093eb706..f512349111a 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-checkout-page/66da326c02141df538f29ba5.md +++ b/curriculum/challenges/english/25-front-end-development/lab-checkout-page/66da326c02141df538f29ba5.md @@ -21,7 +21,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab 1. You should have an input with an `id` and `name` of `card-name` within your form and a `label` associated with it. 1. You should have an input with an `id` and `name` of `card-number` within your form and a `label` associated with it. 1. At least two of your input elements should be required and have an `aria-required` attribute set to `true`. -1. You should use `tab-index` at least once. +1. You should use `tabindex` at least once. # --hints--