From da3f6df81e9fe113fc78e555eaf27a6ff75f5fd5 Mon Sep 17 00:00:00 2001 From: Jesus Ochoa Date: Sun, 5 Sep 2021 12:33:28 -0500 Subject: [PATCH] Update timepicker.examples.arrow-keys.use-case.md update timepicker.examples.arrow-keys.use-case.md file change a word appropriate --- docs/spec/timepicker/timepicker.examples.arrow-keys.use-case.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/timepicker/timepicker.examples.arrow-keys.use-case.md b/docs/spec/timepicker/timepicker.examples.arrow-keys.use-case.md index 55f176a914..282500ca31 100644 --- a/docs/spec/timepicker/timepicker.examples.arrow-keys.use-case.md +++ b/docs/spec/timepicker/timepicker.examples.arrow-keys.use-case.md @@ -13,7 +13,7 @@ Main success scenario: 3. User sees timepicker component with hour, minute inputs, clickable button "AM"("PM") and info alert with current date and time 4. User sees clickable button "Enable / Disable keyboard arrow keys" 5. When user activates hours input and click keyboard arrow up key, then time number increases with appropriate changes in info alert -6. When user clicks keyboard arrow down key, then time number decreases with approproate changes in info alert +6. When user clicks keyboard arrow down key, then time number decreases with appropriate changes in info alert 7. When user activates minutes input and click keyboard arrow up key, then time number increases with appropriate changes in info alert 8. When user clicks keyboard arrow down key, then time number decreases with appropriate changes in info alert 9. When user clicks on "Enable / Disable keyboard arrow keys" button, visually nothing changed