Skip to content

Commit 95263ef

Browse files
fix(curriculum): removed whitespace from 'Generate OTP'. (freeCodeCamp#61823)
1 parent fd82f78 commit 95263ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/25-front-end-development/lab-one-time-password-generator/67c562286b29447da020d407.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this lab, you will generate a 6-digit OTP (One-Time Password) and display it
1919
3. The `div` having the class `container` should include the following elements:
2020

2121
- An `h1` element with the ID `otp-title` and text `"OTP Generator"`.
22-
- An `h2` element with the ID `otp-display` that either displays the message `"Click 'Generate OTP' to get a code"` or shows the generated OTP if one is available.
22+
- An `h2` element with the ID `otp-display` that either displays the message `"Click 'Generate OTP' to get a code"` or shows the generated OTP if one is available.
2323
- A `p` element with the ID `otp-timer` that:
2424
- Starts off empty.
2525
- Displays `"Expires in: X seconds"` after the button is clicked, where `X` represents the remaining time before the OTP expires.

0 commit comments

Comments
 (0)