Skip to content

Commit e333068

Browse files
fix(curriculum): registration form step 19 - update verbiage (freeCodeCamp#59090)
1 parent 250c4d4 commit e333068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f80e0081e0f2052ae5b505.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: step-19
77

88
# --description--
99

10-
Specifying the `type` attribute of a form element is important for the browser to know what kind of data it should expect. If the `type` is not specified, the browser will default to `text`.
10+
Specifying the `type` attribute of an `input` element is important for the browser to know what kind of data it should expect. If the `type` is not specified, the browser will default to `text`.
1111

1212
Give the first two `input` elements a `type` attribute of `text`, the third a `type` attribute of `email`, and the fourth a `type` attribute of `password`.
1313

curriculum/challenges/english/25-front-end-development/workshop-registration-form/60f80e0081e0f2052ae5b505.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: step-14
77

88
# --description--
99

10-
Specifying the `type` attribute of a form element is important for the browser to know what kind of data it should expect. If the `type` is not specified, the browser will default to `text`.
10+
Specifying the `type` attribute of an `input` element is important for the browser to know what kind of data it should expect. If the `type` is not specified, the browser will default to `text`.
1111

1212
Give the first two `input` elements a `type` attribute of `text`, the third a `type` attribute of `email`, and the fourth a `type` attribute of `password`.
1313

0 commit comments

Comments
 (0)